diff options
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 73ca9582a5..442eadf08f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -82,6 +82,7 @@ dependencies = [ "migration", "qemu_api", "qemu_api_macros", + "qom", "util", ] @@ -121,6 +122,7 @@ dependencies = [ "migration", "qemu_api", "qemu_api_macros", + "qom", "util", ] @@ -164,6 +166,7 @@ dependencies = [ "common", "migration", "qemu_api_macros", + "qom", "util", ] @@ -177,6 +180,17 @@ dependencies = [ ] [[package]] +name = "qom" +version = "0.1.0" +dependencies = [ + "bql", + "common", + "migration", + "qemu_api_macros", + "util", +] + +[[package]] name = "quote" version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" |