nac3_sca/nac3core/Cargo.toml

12 lines
332 B
TOML
Raw Normal View History

2020-12-17 22:20:30 +08:00
[package]
2020-12-18 10:18:21 +08:00
name = "nac3core"
2020-12-17 22:20:30 +08:00
version = "0.1.0"
authors = ["M-Labs"]
edition = "2018"
[dependencies]
num-bigint = "0.3"
num-traits = "0.2"
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm10-0"] }
rustpython-parser = { git = "https://github.com/RustPython/RustPython", branch = "master" }