bg-search/Cargo.toml

12 lines
232 B
TOML
Raw Normal View History

2022-08-05 17:36:35 +00:00
[package]
name = "bulls-and-cows"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.4"
text_io = "0.1.8"
clap = "2.33.3"