Files
rusty_funge/Cargo.toml
Wim Pomp fa005b45d4 - rename crate to rusty_funge
- shebang in examples, and fix finding shebangs
- wrap HashMap into DefaultHashMap
- fix y19, / and ! instructions
2022-12-13 18:05:07 +01:00

13 lines
335 B
TOML

[package]
name = "rusty_funge"
version = "2022.12.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
chrono = "0.4.23"
cursive = { version = "0.20.0", features = ["termion-backend"] }
rand = "0.8.5"