jop/Cargo.toml
2023-08-04 18:08:47 +02:00

12 lines
No EOL
169 B
TOML

[package]
name = "jop"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1.9"
once_cell = "1.18"
textplots = "0.8"
rgb = "0.8"
console = "0.15"
ctrlc = "3.4.0"