auto_unmounter/Cargo.toml

19 lines
327 B
TOML
Raw Normal View History

2024-09-05 02:12:19 +02:00
[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