Move nix json types to extra crate

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-12-30 10:05:27 +01:00
parent d662ac59a3
commit a7986584d5
7 changed files with 934 additions and 8 deletions

View file

@ -7,3 +7,11 @@ authors.workspace = true
readme.workspace = true
[dependencies]
thiserror.workspace = true
displaydoc.workspace = true
serde.workspace = true
serde_json.workspace = true
petgraph.workspace = true
tokio.workspace = true
futures.workspace = true
nix-json.workspace = true