diff --git a/Cargo.toml b/Cargo.toml index 7c4827f..cf862ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,5 @@ edition = "2024" [dependencies] actix-web = "4" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1"