Basic repl
This commit is contained in:
commit
ecbfce64ed
20 changed files with 565 additions and 0 deletions
16
engine/Cargo.toml
Normal file
16
engine/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "zenyx"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.38"
|
||||
colored = "2.1.0"
|
||||
lazy_static = "1.5.0"
|
||||
#log = "0.4.22"
|
||||
log2 = "0.1.14"
|
||||
parking_lot = "0.12.3"
|
||||
reedline = "0.37.0"
|
||||
regex = "1.11.1"
|
||||
thiserror = "2.0.3"
|
||||
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread"] }
|
Loading…
Add table
Add a link
Reference in a new issue