2023-11-17 04:36:36 +00:00
|
|
|
[workspace]
|
2024-10-31 20:17:56 +00:00
|
|
|
resolver = "2"
|
2023-11-17 04:36:36 +00:00
|
|
|
members = ["pacwrap", "pacwrap-agent", "pacwrap-core"]
|
|
|
|
|
2024-10-31 03:10:47 +00:00
|
|
|
[workspace.package]
|
2024-11-08 23:53:48 +00:00
|
|
|
version = "0.8.7"
|
2024-10-31 03:10:47 +00:00
|
|
|
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"
|
2024-10-31 20:17:56 +00:00
|
|
|
|
|
|
|
[workspace.dependencies]
|
2024-11-08 23:53:48 +00:00
|
|
|
pacwrap-core = { version = "0.8.7", path = "pacwrap-core" }
|
2024-10-31 20:17:56 +00:00
|
|
|
alpm = { version = "4.0.1", features = ["checkver"] }
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = "thin"
|
|
|
|
opt-level = "s"
|