forked from M-Labs/nac3
20 lines
463 B
TOML
20 lines
463 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 = ["llvm11-0"] }
|
|
rustpython-parser = { git = "https://github.com/pca006132/RustPython", branch = "main" }
|
|
itertools = "0.10.1"
|
|
crossbeam = "0.8.1"
|
|
parking_lot = "0.11.1"
|
|
rayon = "1.5.1"
|
|
|
|
[dev-dependencies]
|
|
test-case = "1.2.0"
|
|
indoc = "1.0"
|