Files
rust-roller/Cargo.toml
T

11 lines
152 B
TOML
Raw Normal View History

2024-11-23 21:33:07 -08:00
[package]
name = "rust-roller"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-11-23 23:18:45 -08:00
nom = "7.1.3"
rand = "0.8.5"
2025-03-23 19:08:18 -07:00
rustyline = "15.0.0"
2024-11-26 21:35:22 -08:00
textplots = "0.8.6"