pacwrap/Cargo.toml
Xavier f283e0206c pacwrap 0.1.1
- Block until dbus is active and fail in the event of a time-out.
- Fixed version string
2023-06-18 04:34:01 -04:00

22 lines
434 B
TOML

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "pacwrap"
version = "0.1.1"
edition = "2021"
[dependencies]
command-fds = "0.2.2"
#tempfile = "3"
serde_json = "1.0"
envy = "0.4"
nix = "0.26.2"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
typetag="0.2"
os_pipe = "1.1.4"
signal-hook = "0.3.15"
[profile.release]
lto = "thin"
opt-level = "s"