forked from M-Labs/nac3
11 lines
334 B
TOML
11 lines
334 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 = ["llvm10-0"] }
|
||
|
rustpython-parser = { git = "https://github.com/RustPython/RustPython", branch = "master" }
|
||
|
libnac3 = { path = "../libnac3" }
|