aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-03 09:31:05 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-03 09:31:05 +0200
commitfffc7a3b8a8a3ead3992d400ec9ed035f1f93b39 (patch)
tree44b7827eeda1ef5a0a9012873a78ba401f7027d1 /import/Cargo.toml
parent1fff4e3828ca0745aaed3d778dcd47f1dfa79cd3 (diff)
downloadjellything-fffc7a3b8a8a3ead3992d400ec9ed035f1f93b39.tar
jellything-fffc7a3b8a8a3ead3992d400ec9ed035f1f93b39.tar.bz2
jellything-fffc7a3b8a8a3ead3992d400ec9ed035f1f93b39.tar.zst
use yaml for configuration
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r--import/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml
index 89d3ea9..9f0912a 100644
--- a/import/Cargo.toml
+++ b/import/Cargo.toml
@@ -16,6 +16,7 @@ reqwest = { version = "0.11.20", features = ["blocking", "json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
+serde_yaml = "0.9.25"
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
base64 = "0.21.4"
rand = "0.8.5"