about summary refs log tree commit diff stats
path: root/crates/rocie-server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-server/Cargo.toml')
-rw-r--r--crates/rocie-server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rocie-server/Cargo.toml b/crates/rocie-server/Cargo.toml
index d8c5332..9f09b3c 100644
--- a/crates/rocie-server/Cargo.toml
+++ b/crates/rocie-server/Cargo.toml
@@ -37,6 +37,7 @@ chrono = "0.4.41"
 clap = { version = "4.5.45", features = ["derive", "env"] }
 env_logger = "0.11.8"
 log = "0.4.27"
+percent-encoding = "2.3.2"
 serde = { version = "1.0.219", features = ["derive"] }
 serde_json = "1.0.143"
 sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] }