forked from M-Labs/nac3
11 lines
194 B
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" }
|
|
|
|
|