diff options
| author | LLLL Colonq <llll@colonq> | 2024-10-15 14:15:28 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-10-15 14:15:28 -0400 |
| commit | aa465e6ebee75e9e9ea03196db4dd83fde766f0a (patch) | |
| tree | 62393a050e54489a3c0d3d474a3ffbd000f59684 /Cargo.toml | |
| parent | 92c18ba3b9d6252094cbe04ae750713327526ec3 (diff) | |
Fix request
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ js-sys = "*" # browser APIs to interact with JS runtime (e.g. run WASM) enum-map = "*" # fast maps with enums as keys bimap = "*" # bijective maps reqwest = "*" # http requests +bytes = "*" # bytes for http responses [dependencies.web-sys] # common browser APIs version = "*" |
