diff options
| author | Jimmy Wärting <jimmy@warting.se> | 2021-07-05 15:34:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 15:34:37 +0200 |
| commit | 2c0b0e45b72ef1b5d7fa95e1e110d07ddbc720f7 (patch) | |
| tree | 3b54a6f1f156f8d105cf41ac290035c8b5f8f1c9 /extensions/web/Cargo.toml | |
| parent | ea87d860beda7cd40eb6857199a00e5ba8700fd2 (diff) | |
refactor: asynchronous blob backing store (#10969)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Diffstat (limited to 'extensions/web/Cargo.toml')
| -rw-r--r-- | extensions/web/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/web/Cargo.toml b/extensions/web/Cargo.toml index eeec91036..b056baeea 100644 --- a/extensions/web/Cargo.toml +++ b/extensions/web/Cargo.toml @@ -14,6 +14,7 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] +async-trait = "0.1.50" base64 = "0.13.0" deno_core = { version = "0.92.0", path = "../../core" } encoding_rs = "0.8.28" |
