diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-07 16:19:20 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-07 16:19:20 +0100 |
commit | 0bba75241d59c64375cfece494eb9dcdbaa664fc (patch) | |
tree | b1fc2a3dc6755fcc91ed78026a1617b7416cddd9 /client/Cargo.toml | |
parent | 314bca18a43e22368a87fcad53d91190fe101b60 (diff) | |
download | jellything-0bba75241d59c64375cfece494eb9dcdbaa664fc.tar jellything-0bba75241d59c64375cfece494eb9dcdbaa664fc.tar.bz2 jellything-0bba75241d59c64375cfece494eb9dcdbaa664fc.tar.zst |
update client
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index 7368ac3..772de57 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -11,3 +11,4 @@ anyhow = "1.0.95" serde_json = "1.0.138" serde = { version = "1.0.217", features = ["derive"] } tokio = { workspace = true } +percent-encoding = "2.3.1" |