Base initial commit
Still WIP, working on object system still, which in Rust, makes me want to kill myself Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "not-python-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
clap = { version = "4.5.8", features = ["derive"] }
|
||||
common_macros = "0.1.1"
|
||||
thiserror = "1.0.63"
|
||||
Reference in New Issue
Block a user