auto_unmounter/Cargo.toml
2024-09-06 20:12:17 +02:00

20 lines
381 B
TOML

[package]
name = "automount"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
dns-lookup = "2.0.4"
mountinfo = "0.2.0"
ping = "0.5.2"
sys-mount = {version="3.0.1", default-features = false}
notify-rust = "4"
[[bin]]
name = "automount"
test = false
bench = false