summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2021-12-21 20:16:51 -0500
committerBotahamec <botahamec@outlook.com>2021-12-21 20:16:51 -0500
commit1516b24c0ec4c12c06d49f12a097ce370a3040f6 (patch)
treebd25466950fb0bb7b323180aa1f1cdf88c26e4d6
parent67c53e3fdc453ab06a55f531ccfc1dc34ebfbe88 (diff)
Added serde and derive_more
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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