From 69ef02fa59370702ed39c788b76b1659951d3523 Mon Sep 17 00:00:00 2001 From: Sebas Date: Thu, 25 Jun 2026 07:27:09 +0000 Subject: [PATCH] build(core): serde_json fuer Analysis-Request-Body --- crates/dtrack-core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/dtrack-core/Cargo.toml b/crates/dtrack-core/Cargo.toml index 3c45ac8..c41999a 100644 --- a/crates/dtrack-core/Cargo.toml +++ b/crates/dtrack-core/Cargo.toml @@ -9,4 +9,5 @@ dtrack-config = { path = "../dtrack-config" } # reqwest 0.13 nutzt per Default rustls (kein OpenSSL) -> musl-tauglich, # identisch zum Nazarick-Stack. reqwest = { version = "0.13", features = ["json"] } +serde_json = "1" anyhow = "1"