pacwrap/Cargo.toml

23 lines
607 B
TOML
Raw Normal View History

2023-11-16 23:36:36 -05:00
[workspace]
resolver = "1"
members = ["pacwrap", "pacwrap-agent", "pacwrap-core"]
[profile.release]
lto = "thin"
opt-level = "s"
[workspace.package]
version = "0.8.7-pre"
edition = "2021"
rust-version = "1.72"
readme = "README.md"
default-run = "pacwrap"
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"