nac3/nac3type/Cargo.toml

11 lines
194 B
TOML

[package]
name = "nac3type"
version = "0.1.0"
authors = ["M-Labs"]
edition = "2018"
[dependencies]
rustpython-parser = { git = "https://github.com/RustPython/RustPython", branch = "master" }