git.delta.rocks / remowt / refs/commits / 868411109d32

difftreelog

feat remowt-fs

tqmuxluvYaroslav Bolyukin2026-01-25parent: #a70745c.patch.diff
in: trunk

2 files changed

addedcrates/remowt-fs/Cargo.tomldiffbeforeafterboth
--- /dev/null
+++ b/crates/remowt-fs/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "remowt-fs"
+description = "Filesystem endpoint for remowt/bifrostlink"
+version.workspace = true
+edition = "2021"
+
+[dependencies]
+bifrostlink.workspace = true
+bifrostlink-macros.workspace = true
+camino = { workspace = true, features = ["serde1"] }
+serde = { workspace = true, features = ["derive"] }
+tempfile.workspace = true
+thiserror = "1"
+tokio = { workspace = true, features = ["fs"] }
addedcrates/remowt-fs/src/lib.rsdiffbeforeafterboth

no changes