[package] name = "ctw" license = "MIT" authors = [ "David Rusu " ] description = "CTW Sequence Predictor" keywords = [ "ctw", "sequence", "prediction" ] homepage = "https://github.com/davidrusu/ctw" repository = "https://github.com/davidrusu/ctw" documentation = "https://docs.rs/ctw" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5"