Use percent_encode and decode to allow accents in paths

Fixes #1
This commit is contained in:
2018-11-13 10:46:50 +01:00
parent f395b82680
commit f65602fb71
4 changed files with 35 additions and 17 deletions
+1
View File
@@ -7,6 +7,7 @@ authors = ["Thomas Forgione <thomas@forgione.fr>"]
dirs = "1.0.4"
notify-rust = "3.4.2"
colored = "1.6.1"
percent-encoding = "1.0.1"
hyper = "0.12.10"
[[bin]]