diff options
| author | Bert Belder <bertbelder@gmail.com> | 2021-05-17 23:11:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 23:11:40 +0200 |
| commit | afaac64737f04844ee6897a5ede81d11140b9950 (patch) | |
| tree | c13c48d1fe03ff759daf529c5e666304b6da2c18 /Cargo.lock | |
| parent | 1efd66e3986a7af475eefe0475090b608f5934f2 (diff) | |
chore: add/update crates listed in workspace (#10673)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9ce829a97..b82c58ffa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,6 +194,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] +name = "bench_util" +version = "0.0.0" +dependencies = [ + "bencher", + "deno_core", + "tokio", +] + +[[package]] name = "bencher" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" |
