From 1516b24c0ec4c12c06d49f12a097ce370a3040f6 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Tue, 21 Dec 2021 20:16:51 -0500 Subject: Added serde and derive_more --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e065598..4dabff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +derive_more = "0.99" +serde = { version = "1.0", optional = true, features = ["derive"] } \ No newline at end of file -- cgit v1.2.3