1
1
mirror of https://github.com/oxalica/nil.git synced 2024-12-02 08:47:45 +03:00
nil/crates/nix-interop/Cargo.toml

18 lines
541 B
TOML

[package]
name = "nix-interop"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = "1.0.68"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_repr = "0.1.10"
syntax = { path = "../syntax" }
tokio = { version = "1.27.0", features = ["io-util", "macros", "process", "sync"] }
[dev-dependencies]
tokio = { version = "1.27.0", features = ["macros", "parking_lot", "rt", "sync"] } # parking_lot is required for `OnceCell::const_new`.