aboutsummaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
index 05dd2d4..bece4c5 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -9,4 +9,5 @@ log = { workspace = true }
reqwest = { version = "0.11.20", features = ["json"] }
anyhow = "1.0.75"
serde_json = "1.0.107"
+serde = { version = "1.0.188", features = ["derive"] }
tokio = { workspace = true }