Server implemented. Linux client implemented.
This commit is contained in:
16
furumi-mount-linux/Cargo.toml
Normal file
16
furumi-mount-linux/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "furumi-mount-linux"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
furumi-common = { path = "../furumi-common" }
|
||||
furumi-client-core = { path = "../furumi-client-core" }
|
||||
anyhow = "1.0.102"
|
||||
fuser = "0.15.0"
|
||||
libc = "0.2.183"
|
||||
clap = { version = "4.5.60", features = ["derive", "env"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
tokio-stream = "0.1.18"
|
||||
Reference in New Issue
Block a user