random-rust/falling/Cargo.toml
2024-12-24 17:41:34 +00:00

10 lines
131 B
TOML

[package]
name = "falling"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.8.5"
console = "0.15.10"
termion = "4.0.3"