pacwrap/Cargo.toml

26 lines
727 B
TOML
Raw Normal View History

2023-11-17 04:36:36 +00:00
[workspace]
resolver = "2"
2023-11-17 04:36:36 +00:00
members = ["pacwrap", "pacwrap-agent", "pacwrap-core"]
[workspace.package]
version = "0.8.7-pre"
edition = "2021"
rust-version = "1.72"
readme = "README.md"
license = "GPL-3.0-only"
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
keywords = [ "bubblewrap", "sandbox", "package", "manager", "archlinux" ]
categories = [ "command-line-utilities", "virtualization", "filesystem", "concurrency", "caching" ]
homepage = "https://pacwrap.sapphirus.org/"
repository = "https://github.com/pacwrap/pacwrap"
[workspace.dependencies]
pacwrap-core = { version = "0.8.7-pre", path = "pacwrap-core" }
alpm = { version = "4.0.1", features = ["checkver"] }
[profile.release]
lto = "thin"
opt-level = "s"