difftreelog
feat remowt-nix-daemon
in: trunk
2 files changed
crates/remowt-nix-daemon/Cargo.tomldiffbeforeafterboth--- /dev/null
+++ b/crates/remowt-nix-daemon/Cargo.toml
@@ -0,0 +1,17 @@
+[package]
+name = "fleet-nix-daemon"
+description = "Nix daemon proxy endpoint + connection logic for fleet"
+version.workspace = true
+edition = "2021"
+
+[dependencies]
+anyhow.workspace = true
+bifrostlink.workspace = true
+bifrostlink-macros.workspace = true
+camino.workspace = true
+remowt-client.workspace = true
+serde = { workspace = true }
+thiserror.workspace = true
+tokio = { workspace = true, features = ["net", "io-util", "rt", "process"] }
+tracing.workspace = true
+uuid.workspace = true
crates/remowt-nix-daemon/src/lib.rsdiffbeforeafterbothno changes