diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-20 21:23:32 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-20 21:23:32 +0100 |
commit | 5b363626f4803b3e43cdb450fd6ee04ac9429c4d (patch) | |
tree | 7912c1d50f62c46e33fe89bb54d4e0d55821d249 /src/web/Cargo.toml | |
parent | 2e94275e68b82f5e685ba7d2e8fcf0a31daf3b6c (diff) | |
download | garage-5b363626f4803b3e43cdb450fd6ee04ac9429c4d.tar.gz garage-5b363626f4803b3e43cdb450fd6ee04ac9429c4d.zip |
Support punnycode
Diffstat (limited to 'src/web/Cargo.toml')
-rw-r--r-- | src/web/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml index 8eddf047..252ee58d 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -41,4 +41,4 @@ rustls = "0.17" webpki = "0.21" roxmltree = "0.11" - +idna = "0.2" |