mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
cros_async: add missing dev-deps.
These didn't get moved in the original move of cros_async::sync. This CL adds them. BUG=None TEST=builds Change-Id: I08204a9aedd960e0e8e7befc930076df065b74ee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2776214 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Noah Gold <nkgold@google.com>
This commit is contained in:
parent
6e8f33aa0a
commit
803749bcb1
1 changed files with 2 additions and 0 deletions
|
@ -26,5 +26,7 @@ features = ["alloc"]
|
|||
|
||||
[dev-dependencies]
|
||||
futures = { version = "*", features = ["executor"] }
|
||||
futures-executor = { version = "0.3", features = ["thread-pool"] }
|
||||
futures-util = "0.3"
|
||||
tempfile = { path = "../tempfile" }
|
||||
vm_memory = { path = "../vm_memory" }
|
||||
|
|
Loading…
Reference in a new issue