[package] name = "walks" version = "0.0.0" authors = ["Adriano J. Holanda "] edition = "2018" description = "[Under development, no files yet.] Processes with random walk behavior." repository = "https://github.com/hujigraph/walks" readme = "README.md" license-file = "LICENSE" keywords = ["random", "walks"] categories = ["algorithms", "science", "simulation"] exclude = ["build/**/*.o", "doc/**/*.html"] publish = ["crates-io"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]