pacwrap/pacwrap/Cargo.toml
Xavier Moffett 80c6042c3b
All checks were successful
Build / Check format (push) Successful in 48s
Build / Build pacwrap (push) Successful in 1m40s
Tidy up manifests and inclusion of workspace dependencies
- `alpm` and `pacwrap-core` defined as workspace dependencies being
  imported by each crate.
- Set workspace resolver version to `2`
2024-10-31 16:22:08 -04:00

42 lines
774 B
TOML

[package]
name = "pacwrap"
description = "A package manager which facilitates Arch-based bubblewrap containers."
default-run = "pacwrap"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
readme.workspace = true
license.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
indexmap = "2.0.0"
nix = "0.22.3, <= 0.22.3"
simplebyteunit = "0.2.1"
# Container runtime
command-fds = "0.2.2"
signal-hook = "0.3.15"
os_pipe = "1.1.4"
# 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