Added macos client
This commit is contained in:
18
furumi-mount-macos/Cargo.toml
Normal file
18
furumi-mount-macos/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "furumi-mount-macos"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
furumi-common = { path = "../furumi-common" }
|
||||
furumi-client-core = { path = "../furumi-client-core" }
|
||||
anyhow = "1.0.102"
|
||||
nfsserve = "0.10.2"
|
||||
async-trait = "0.1.89"
|
||||
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"
|
||||
ctrlc = "3.5.2"
|
||||
libc = "0.2.183"
|
||||
Reference in New Issue
Block a user