Files
not-python-rust/Cargo.toml
Alek Ratzloff 16f3dc960c 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>
2024-09-20 16:04:30 -07:00

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"