move pbs-tools/src/percent_encoding.rs to pbs-api-types/src/percent_encoding.rs

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer
2021-11-25 11:48:52 +01:00
parent f35e187f16
commit 577095e2f7
8 changed files with 6 additions and 5 deletions

View File

@ -5,7 +5,6 @@ pub mod io;
pub mod json;
pub mod lru_cache;
pub mod nom;
pub mod percent_encoding;
pub mod sha;
pub mod sync;
pub mod ticket;