auto_unmounter/Cargo.toml

20 lines
381 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"
2024-09-06 20:12:17 +02:00
sys-mount = {version="3.0.1", default-features = false}
notify-rust = "4"
2024-09-05 02:12:19 +02:00
[[bin]]
name = "automount"
test = false
bench = false