diff options
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 9f59ebe54f73..a10b4b35fa4d 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -1723,6 +1723,8 @@ dependencies = [ "test-case", "test-generator", "thiserror", + "tokio", + "tokio-test", "zstd", ] @@ -3271,6 +3273,19 @@ dependencies = [ ] [[package]] +name = "tokio-test" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719" +dependencies = [ + "async-stream", + "bytes", + "futures-core", + "tokio", + "tokio-stream", +] + +[[package]] name = "tokio-util" version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" |