diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-10 09:57:07 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-10 09:57:07 +0100 |
commit | 4093833ae854df16bc893a21617b0902a5beae47 (patch) | |
tree | e606270e791e2a5f68530839c58f7dedcb38b939 /src/web/Cargo.toml | |
parent | 09137fd6b5ff30639addcac837bc1c6e6ff78fcf (diff) | |
download | garage-4093833ae854df16bc893a21617b0902a5beae47.tar.gz garage-4093833ae854df16bc893a21617b0902a5beae47.zip |
Extract bucket
Diffstat (limited to 'src/web/Cargo.toml')
-rw-r--r-- | src/web/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml index 796478ae..8eddf047 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -36,6 +36,7 @@ tokio = { version = "0.2", default-features = false, features = ["rt-core", "rt- http = "0.2" hyper = "0.13" +percent-encoding = "2.1.0" rustls = "0.17" webpki = "0.21" |