Skip to content

Commit

Permalink
feat: dokany impl
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 2, 2024
1 parent 88e8623 commit 05290fe
Show file tree
Hide file tree
Showing 4 changed files with 734 additions and 327 deletions.
2 changes: 1 addition & 1 deletion remotefs-fuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ path = "src/lib.rs"
[dependencies]
log = "^0.4"
remotefs = "0.3"
seahash = "4"
tempfile = "^3"


[target.'cfg(unix)'.dependencies]
fuser = "0.14"
libc = "^0.2"
nix = { version = "0.29", features = ["fs"] }
seahash = "4"

[target.'cfg(windows)'.dependencies]
dashmap = "6"
Expand Down
Loading

0 comments on commit 05290fe

Please sign in to comment.