pacwrap/Cargo.toml
Xavier Moffett 80c6042c3b
All checks were successful
Build / Check format (push) Successful in 48s
Build / Build pacwrap (push) Successful in 1m40s
Tidy up manifests and inclusion of workspace dependencies
- `alpm` and `pacwrap-core` defined as workspace dependencies being
  imported by each crate.
- Set workspace resolver version to `2`
2024-10-31 16:22:08 -04:00

25 lines
727 B
TOML

[workspace]
resolver = "2"
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"