summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-10-15 14:15:28 -0400
committerLLLL Colonq <llll@colonq>2024-10-15 14:15:28 -0400
commitaa465e6ebee75e9e9ea03196db4dd83fde766f0a (patch)
tree62393a050e54489a3c0d3d474a3ffbd000f59684 /Cargo.toml
parent92c18ba3b9d6252094cbe04ae750713327526ec3 (diff)
Fix request
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 804b553..67ea1f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = "*"