fix: escape filename (#21)

close #19
This commit is contained in:
sigoden
2022-06-06 06:51:35 +08:00
committed by GitHub
parent a0b413ef30
commit f138915f20
5 changed files with 27 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ rustls-pemfile = "1"
md5 = "0.7.0"
lazy_static = "1.4.0"
uuid = { version = "1.1.1", features = ["v4", "fast-rng"] }
urlencoding = "2.1.0"
[profile.release]
lto = true