blob: d404cb78b6e8263625fb6264b3b15e084a66775f [file] [log] [blame] [edit]
[package]
name = "fast_install_packages"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cliutil = { path = "../../common/cliutil" }
container = { path = "../../common/container" }
durabletree = { path = "../../common/durabletree" }
fileutil = { path = "../../common/fileutil" }
binarypackage = { path = "../../common/portage/binarypackage" }
processes = { path = "../../common/processes" }
vdb = { path = "../../common/portage/vdb" }
anyhow.workspace = true
clap.workspace = true
itertools.workspace = true
libc.workspace = true
nix.workspace = true
runfiles.workspace = true
tracing.workspace = true
[dev-dependencies]
testutil = { path = "../../common/testutil" }
bytes.workspace = true
bzip2.workspace = true
tempfile.workspace = true