[package] name = "excuse" version = "0.1.0" edition = "2024" [dependencies] env_logger = "0.11.8" fuser = { git = "https://github.com/Haoyu-Xiao/fuser", features = ["abi-7-12", "libfuse"] } libc = "0.2.174" log = "0.4.28" tokio = { version = "1.0", features = ["full"] } tokio-tungstenite = { version = "0.20", features = ["native-tls"] } futures-util = "0.3"