From be81ab31c63d7149df59c12f152ff9cde073e546 Mon Sep 17 00:00:00 2001 From: nea Date: Sat, 26 Nov 2022 19:40:56 +0100 Subject: Json support --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') 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"] + -- cgit