[package] name = "rust-template-test" version = "0.1.12" edition = "2021" rust-version = "1.75" license = "MIT OR Apache-2.0" authors = ["Terakomari "] repository = "https://github.com/TerakomariGandesblood/rust-template" homepage = "https://github.com/TerakomariGandesblood/rust-template" documentation = "https://github.com/TerakomariGandesblood/rust-template" description = "A Rust template for test" readme = "README.md" keywords = ["test"] categories = ["command-line-utilities"] [lints.rust] unsafe_code = "forbid" [dependencies] # https://github.com/rust-random/rand rand = { version = "0.8.5", default-features = false, features = [ "std", "std_rng", ] }