diff options
Diffstat (limited to 'crates/hule-vmm/Cargo.toml')
| -rw-r--r-- | crates/hule-vmm/Cargo.toml | 4 | +2 −2 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hule-vmm/Cargo.toml b/crates/hule-vmm/Cargo.toml index 50170c9..37d2085 100644 --- a/crates/hule-vmm/Cargo.toml +++ b/crates/hule-vmm/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Nikolay Govorov +# SPDX-FileCopyrightText: 2026 Nikolay Govorov # SPDX-License-Identifier: Apache-2.0 [package] @@ -13,7 +13,7 @@ authors.workspace = true repository.workspace = true [dependencies] -hule-hmi.workspace = true +hule-image.workspace = true uuid = { version = "1", features = ["v7"] } tokio = { workspace = true, features = ["process", "fs", "io-util", "sync", "net", "time"] } async-trait = "0.1" |
