Files
not-python-rust/Cargo.toml

11 lines
206 B
TOML
Raw Normal View History

[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"