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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue