diff --git a/Cargo.lock b/Cargo.lock index 5bd0c61..ced3029 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,6 +156,7 @@ version = "0.1.0" dependencies = [ "reqwest", "serde", + "serde_json", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 0db927d..e6a3f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,5 @@ edition = "2021" [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } -serde = { version = "1.0.132", features = ["derive"]} \ No newline at end of file +serde = { version = "1.0.132", features = ["derive"]} +serde_json = "1.0" \ No newline at end of file