2020-12-17 22:20:30 +08:00
|
|
|
[package]
|
|
|
|
name = "nac3standalone"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["M-Labs"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-08-19 15:30:52 +08:00
|
|
|
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm11-0"] }
|
2021-09-22 17:19:27 +08:00
|
|
|
rustpython-parser = { git = "https://github.com/m-labs/RustPython", branch = "parser-mod" }
|
2021-08-19 15:30:52 +08:00
|
|
|
parking_lot = "0.11.1"
|
2020-12-18 10:18:21 +08:00
|
|
|
nac3core = { path = "../nac3core" }
|