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