23 lines
341 B
TOML
23 lines
341 B
TOML
[package]
|
|
name = "pacman-update-notify"
|
|
version = "0.1.0-dev0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
zbus = "3.2"
|
|
zvariant = "3.7"
|
|
argh = "0.1"
|
|
|
|
[dependencies.tokio]
|
|
version = "1"
|
|
features = ["rt-multi-thread", "sync", "process", "time", "macros"]
|
|
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
opt-level = 3
|
|
strip = "debuginfo"
|