feat: Make query strings support cjk kanjis

This commit is contained in:
Clément Renault
2019-02-23 14:57:13 +01:00
parent a799470997
commit a960c325f3
4 changed files with 51 additions and 18 deletions

View File

@ -21,9 +21,12 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
size_format = "1.0"
slice-group-by = "0.2"
unidecode = "0.3"
[dependencies.slice-group-by]
git = "https://github.com/Kerollmops/slice-group-by.git"
tag = "v0.2.3-alpha.1"
[dependencies.toml]
git = "https://github.com/Kerollmops/toml-rs.git"
features = ["preserve_order"]