Still WIP, working on object system still, which in Rust, makes me want to kill myself Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
11 lines
206 B
TOML
11 lines
206 B
TOML
[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"
|