aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf1b375..2b3b01a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,3 +23,8 @@ version = "*"
[dependencies.serde_json]
version = "*"
+
+[dependencies.serde]
+version = "*"
+features = ["derive"]
+