- To help establish reproducible builds, the expectation is that every packaged artefact is to be determinist. Therefore repose is now invoked with pacwrap-dist.install via the post_install hook - SOURCE_DATE_EPOCH is now set when building distribution packages - Fixed libalpm hook blacklist in pacwrap-base-dist
21 lines
574 B
TOML
21 lines
574 B
TOML
[package]
|
|
name = "pacwrap-agent"
|
|
version = "0.5.2"
|
|
authors = [ "Xavier R.M. <sapphirus@azorium.net>" ]
|
|
license ="GPL-3.0-only"
|
|
readme = "README.md"
|
|
edition = "2021"
|
|
|
|
description = "Executable agent for conducting containerized transactions"
|
|
homepage = "https://pacwrap.sapphirus.org/"
|
|
repository = "https://git.sapphirus.org/pacwrap/pacwrap"
|
|
|
|
[dependencies]
|
|
pacwrap-core = { path = "../pacwrap-core", version = "0.5.0" }
|
|
|
|
# Serialization
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bincode = "1.3.3"
|
|
|
|
# Packaging
|
|
alpm = { version = "2.2.2", features = ["checkver"] }
|