First commit of working code.

This commit is contained in:
Wim Pomp
2022-12-12 19:08:36 +01:00
parent 5a76f3f1d3
commit bf2df69a09
33 changed files with 1327 additions and 0 deletions

12
Cargo.toml Normal file
View 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"