some progress on using nix-compat for nar creation
This commit is contained in:
parent
a17fa92c78
commit
4808671071
4 changed files with 94 additions and 31 deletions
|
@ -22,6 +22,10 @@ tracing = "0.1.41"
|
|||
url = { version = "2.5.4", features = [ "serde" ]}
|
||||
cxx = "1.0"
|
||||
console-subscriber = "0.4.1"
|
||||
bytes = "1.10.1"
|
||||
tokio-stream = { version = "0.1.17", features = ["fs"] }
|
||||
tempfile = "3.19.1"
|
||||
tokio-util = { version = "0.7.14", features = ["io"] }
|
||||
|
||||
[build-dependencies]
|
||||
cxx-build = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue