Files
basic-computer-games/02_Amazing/rust/Cargo.toml
AnthonyMichaelTDM 35e0131931 rust port of Amazing
2022-02-23 23:58:17 -08:00

9 lines
187 B
TOML

[package]
name = "rust"
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.5"