metalos/lib/expand_partition/Cargo.toml (21 lines of code) (raw):
# @generated by autocargo from //metalos/lib/expand_partition:[expand_partition,expand_partition-vm-unittest_test_binary]
[package]
name = "expand_partition"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[lib]
path = "src/expand_partition.rs"
test = false
doctest = false
[[test]]
name = "expand_partition"
path = "src/expand_partition.rs"
[dependencies]
anyhow = "1.0.51"
gpt = "3.0.0"
nix = "0.23"
[features]
default = ["metalos_vm_test"]
metalos_vm_test = []