Rust-Programming-Cookbook/Chapter11/code/sample_rand/Cargo.toml

8 wiersze
136 B
TOML

[package]
authors = ["Vigneshwer.D <vigneshwer.d@mu-sigma.com>"]
name = "sample_rand"
version = "0.1.0"
[dependencies]
rand = "0.3.15"