git.delta.rocks / remowt / refs/commits / 36902687f0c5

difftreelog

source

crates/remowt-fs/Cargo.toml406 Bsourcehistory
1[package]2name = "remowt-fs"3description = "Filesystem endpoint for remowt/bifrostlink"4version.workspace = true5edition = "2021"67[dependencies]8bifrostlink.workspace = true9bifrostlink-macros.workspace = true10camino = { workspace = true, features = ["serde1"] }11serde = { workspace = true, features = ["derive"] }12tempfile.workspace = true13thiserror = "1"14tokio = { workspace = true, features = ["fs"] }