Move nix json types to extra crate
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
d662ac59a3
commit
a7986584d5
7 changed files with 934 additions and 8 deletions
11
nix-json/Cargo.toml
Normal file
11
nix-json/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "nix-json"
|
||||
edition.workspace = true
|
||||
version = "0.1.0"
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
readme.workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue