lotto/Cargo.toml

17 lines
261 B
TOML
Raw Normal View History

2024-05-03 13:06:15 -05:00
[package]
name = "lotto"
version = "0.1.0"
edition = "2021"
2024-05-17 16:37:51 -05:00
[lib]
name = "lotto"
path = "src/lib.rs"
[[bin]]
name = "lotto"
path = "src/main.rs"
2024-05-03 13:06:15 -05:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]