From 0956476fda305f48644e53305e12ae46cb67a32b Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 19 Jan 2024 15:20:19 +0100 Subject: Implement crude batch API authorization --- rs/server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rs/server/Cargo.toml') diff --git a/rs/server/Cargo.toml b/rs/server/Cargo.toml index 188299a..9a2a9a9 100644 --- a/rs/server/Cargo.toml +++ b/rs/server/Cargo.toml @@ -13,6 +13,7 @@ chrono = { version = "0.4", features = ["serde"] } common = { path = "../common" } mime = "0.3" serde = { version = "1", features = ["derive"] } +serde_json = "1" tokio = { version = "1.35", features = ["full"] } tower = "0.4" tower-service = "0.3" -- cgit v1.2.3