14 lines
317 B
TOML
14 lines
317 B
TOML
[package]
|
|
name = "nix"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
gc = "0.4.1"
|
|
internment = { version="0.7.1", default-features=false, features=["arc"] }
|
|
nom = "7.1.3"
|
|
nom-supreme = "0.8.0"
|
|
derivative = "2.2.0"
|