1
0
forked from M-Labs/nac3
nac3/nac3core/Cargo.toml
2021-06-28 10:49:41 +08:00

14 lines
363 B
TOML

[package]
name = "nac3core"
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" }
codespan-reporting = "0.11.1"