git.delta.rocks / remowt / refs/commits / 31b564729082

difftreelog

feat remowt-nix-daemon

tltsxumlYaroslav Bolyukin2026-01-25parent: #fdfebf9.patch.diff
in: trunk

2 files changed

addedcrates/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
addedcrates/remowt-nix-daemon/src/lib.rsdiffbeforeafterboth

no changes