blob: 81306e2a00fb7e27bd8670aa2decff9f13844f61 [file] [log] [blame]
[package]
name = "run_in_container"
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" }
fileutil = { path = "../../common/fileutil" }
processes = { path = "../../common/processes" }
run_in_container_lib = { path = "../../common/run_in_container_lib" }
anyhow.workspace = true
clap.workspace = true
itertools.workspace = true
libc.workspace = true
nix.workspace = true
path-absolutize.workspace = true
runfiles.workspace = true
serde.workspace = true
serde_json.workspace = true
shell-escape.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true