2020-03-23 16:12:52 +08:00
|
|
|
[package]
|
|
|
|
name = "nac3"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Sebastien Bourdeauducq <sb@m-labs.hk>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-11-10 20:34:26 +08:00
|
|
|
num-bigint = "0.3"
|
2020-03-29 15:13:08 +08:00
|
|
|
num-traits = "0.2"
|
2020-11-10 20:34:26 +08:00
|
|
|
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm10-0"] }
|
2020-03-23 16:12:52 +08:00
|
|
|
rustpython-parser = { git = "https://github.com/RustPython/RustPython", branch = "master" }
|