diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-20 22:40:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-20 22:40:03 +0100 |
commit | 0f74f013128f45a4f34761791203d88228a5eb52 (patch) | |
tree | 32826c46971e3d637b32f67630989a243d4dbb9d /import/Cargo.toml | |
parent | 42f7a95ce67506344b694535ff193745452c6e29 (diff) | |
download | jellything-0f74f013128f45a4f34761791203d88228a5eb52.tar jellything-0f74f013128f45a4f34761791203d88228a5eb52.tar.bz2 jellything-0f74f013128f45a4f34761791203d88228a5eb52.tar.zst |
implement trakt search api
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 6f6c474..4096dc8 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -13,12 +13,12 @@ jellyremuxer = { path = "../remuxer" } log = { workspace = true } anyhow = "1.0.75" reqwest = { version = "0.11.22", features = ["json"] } +urlencoding = "2.1.3" bincode = { version = "2.0.0-rc.3", features = ["derive"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" serde_yaml = "0.9.27" -# bincode = { version = "2.0.0-rc.3", features = ["serde"] } async-recursion = "1.0.5" futures = "0.3.29" |