First commit of working code.
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "befunge"
|
||||
version = "2022.12.1"
|
||||
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"
|
||||
Reference in New Issue
Block a user