difftreelog
feat remowt-fs
in: trunk
2 files changed
crates/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"] }
crates/remowt-fs/src/lib.rsdiffbeforeafterbothno content