rust_learning/Cargo.toml

9 lines
189 B
TOML
Raw Normal View History

2023-10-23 22:18:53 -04:00
[package]
name = "Pagman"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-24 08:38:33 -04:00
rand = "0.8.5"