forked from M-Labs/nac3
12 lines
359 B
TOML
12 lines
359 B
TOML
[package]
|
|
name = "nac3standalone"
|
|
version = "0.1.0"
|
|
authors = ["M-Labs"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm11-0"] }
|
|
rustpython-parser = { git = "https://github.com/m-labs/RustPython", branch = "parser-mod" }
|
|
parking_lot = "0.11.1"
|
|
nac3core = { path = "../nac3core" }
|