pacwrap/pacwrap-agent/Cargo.toml
Xavier Moffett 07d3963196
Update to alpm.rs 4.0.1 with partial reversion of b621c34
- Updated to alpm.rs 4.0.1
- Changes made with b621c34 were made as a result of a regression,
  introduced with alpm.rs 3.0.x, of which has now been fixed upstream.
  They've now since been reverted.
2024-09-21 00:03:52 -04:00

25 lines
767 B
TOML

[package]
name = "pacwrap-agent"
version = "0.8.5"
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
license ="GPL-3.0-only"
readme = "README.md"
edition = "2021"
rust-version = "1.72"
homepage = "https://pacwrap.sapphirus.org/"
repository = "https://github.com/pacwrap/pacwrap"
description = "Executable agent for conducting containerized transactions"
keywords = [ "bubblewrap", "sandbox", "package", "manager", "archlinux" ]
categories = [ "command-line-utilities", "virtualization", "filesystem", "concurrency", "caching" ]
[dependencies]
pacwrap-core = { path = "../pacwrap-core", version = "0.8.4" }
# Serialization
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3.3"
# Packaging
alpm = { version = "4.0.1", features = ["checkver"] }