nac3/nac3type/Cargo.toml

11 lines
194 B
TOML
Raw Normal View History

2020-12-24 16:06:16 +08:00
[package]
name = "nac3type"
version = "0.1.0"
authors = ["M-Labs"]
edition = "2018"
[dependencies]
rustpython-parser = { git = "https://github.com/RustPython/RustPython", branch = "master" }