pacwrap/pacwrap/Cargo.toml

43 lines
774 B
TOML
Raw Permalink Normal View History

2023-06-18 00:07:56 -04:00
[package]
name = "pacwrap"
description = "A package manager which facilitates Arch-based bubblewrap containers."
default-run = "pacwrap"
2023-06-18 00:07:56 -04:00
version.workspace = true
edition.workspace = true
rust-version.workspace = true
readme.workspace = true
2023-12-24 00:33:39 -05:00
license.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
homepage.workspace = true
repository.workspace = true
2024-06-07 18:25:01 -04:00
2023-06-18 00:07:56 -04:00
[dependencies]
indexmap = "2.0.0"
nix = "0.22.3, <= 0.22.3"
simplebyteunit = "0.2.1"
2023-12-24 00:33:39 -05:00
# Container runtime
command-fds = "0.2.2"
2023-06-18 00:07:56 -04:00
signal-hook = "0.3.15"
os_pipe = "1.1.4"
2023-12-24 00:33:39 -05:00
2024-03-15 18:07:54 -04:00
# Miscellaneous
sha2 = "0.10.8"
regex = "1.10.3"
rand = "0.8.5"
[dependencies.alpm]
workspace = true
[dependencies.pacwrap-core]
workspace = true
[build-dependencies.pacwrap-core]
workspace = true