blob: 62a51052f724a8f1af46e8c3d195304a689eec83 [file] [log] [blame] [edit]
[package]
name = "install_deps"
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" }
durabletree = { path = "../../common/durabletree" }
fileutil = { path = "../../common/fileutil" }
makechroot = { path = "../../common/makechroot" }
mountsdk = { path = "../../common/mountsdk" }
anyhow.workspace = true
clap.workspace = true
runfiles.workspace = true