Files
rust-roller/Cargo.toml
T
2025-03-23 19:08:18 -07:00

11 lines
152 B
TOML

[package]
name = "rust-roller"
version = "0.1.0"
edition = "2021"
[dependencies]
nom = "7.1.3"
rand = "0.8.5"
rustyline = "15.0.0"
textplots = "0.8.6"