random-rust/falling/Cargo.toml
2024-12-24 20:32:33 +00:00

11 lines
149 B
TOML

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