Xavier Moffett
80c6042c3b
- `alpm` and `pacwrap-core` defined as workspace dependencies being imported by each crate. - Set workspace resolver version to `2`
25 lines
727 B
TOML
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"
|