diff options
author | Martin Fischer <martin@push-f.com> | 2021-07-18 17:31:00 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-07-18 17:34:30 +0200 |
commit | ae8eade8ec0497c5ce23f5a35caba997fd2045f1 (patch) | |
tree | 24112a03ef4f594379224364f850c84fb0760c20 /Cargo.toml | |
parent | 119820d6cfc80fd3429fb828891183f66b277d46 (diff) |
refactor: use camino for UTF-8 paths
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ clap = "3.0.0-beta.2" chrono = "0.4" multer = "2.0.0" mime_guess = "2.0" +camino = "1" [target.'cfg(unix)'.dependencies] hyperlocal = { version = "0.8", features = ["server"] } |