diff --git a/qcow_utils/Cargo.toml b/qcow_utils/Cargo.toml index 38cad07123..1cea6f396b 100644 --- a/qcow_utils/Cargo.toml +++ b/qcow_utils/Cargo.toml @@ -8,6 +8,10 @@ edition = "2021" path = "src/qcow_utils.rs" crate-type = ["cdylib"] +[features] +default = ["qcow"] +qcow = [] + [dependencies] libc = "*" disk = { path = "../disk" }