From fffc7a3b8a8a3ead3992d400ec9ed035f1f93b39 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 3 Oct 2023 09:31:05 +0200 Subject: use yaml for configuration --- import/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'import/Cargo.toml') 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" -- cgit v1.2.3-70-g09d2