diff options
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r-- | rust/Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c0c6069..79e1427 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -38,6 +38,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" [[package]] +name = "hpet" +version = "0.1.0" +dependencies = [ + "qemu_api", + "qemu_api_macros", +] + +[[package]] name = "itertools" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" |