mirror of
https://github.com/oxalica/nil.git
synced 2024-12-02 08:47:45 +03:00
13 lines
251 B
TOML
13 lines
251 B
TOML
[package]
|
|
name = "nix-interop"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
rust-version = "1.66"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.68"
|
|
serde = { version = "1.0.152", features = ["derive"] }
|
|
serde_json = "1.0.91"
|
|
serde_repr = "0.1.10"
|