auto_unmounter/Cargo.toml

19 lines
327 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 = "3.0.1"
[[bin]]
name = "automount"
test = false
bench = false