diff options
Diffstat (limited to 'test/Cargo.lock')
| -rw-r--r-- | test/Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock index 5d4be76..2e65476 100644 --- a/test/Cargo.lock +++ b/test/Cargo.lock @@ -137,6 +137,14 @@ dependencies = [ ] [[package]] +name = "might_be_async_test_fallback" +version = "0.1.0" +dependencies = [ + "futures", + "might_be_async", +] + +[[package]] name = "might_be_async_test_sync" version = "0.1.0" dependencies = [ |
