19 lines
512 B
TOML
19 lines
512 B
TOML
[package]
|
|
name = "furumi-mount-macos"
|
|
version = "0.3.1"
|
|
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"
|