git.delta.rocks / remowt / refs/commits / f01cb7f97360

difftreelog

source

crates/remowt-fs/Cargo.toml431 Bsourcehistory
1[package]2name = "remowt-fs"3description = "Filesystem endpoint for remowt/bifrostlink"4version.workspace = true5edition = "2021"6license.workspace = true78[dependencies]9bifrostlink.workspace = true10bifrostlink-macros.workspace = true11camino = { workspace = true, features = ["serde1"] }12serde = { workspace = true, features = ["derive"] }13tempfile.workspace = true14thiserror = "1"15tokio = { workspace = true, features = ["fs"] }