summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a5aa342171e2f26268bd2425abc37f3c68c0754f (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "acpi-inhibitor"
version = "0.1.0"
authors = ["Tom Smeding <tom.smeding@gmail.com>"]
edition = "2018"

[dependencies]
"systray" = "0.4"
"dialog" = "0.3"
"tempfile" = "3.1"