guessing_rust/Cargo.toml
2024-08-22 02:09:53 -04:00

8 lines
117 B
TOML

[package]
name = "guessing_rust"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
termion = "2.0.1"