hangman/Cargo.toml
Justine Pelletreau 018918c92a first commit
2023-05-26 17:59:08 +02:00

10 lines
198 B
TOML

[package]
name = "hangman"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
random_word = "0.3.0"