summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2021-12-27 17:07:31 -0500
committerBotahamec <botahamec@outlook.com>2021-12-27 17:07:31 -0500
commit561ec37ecfdb0cca9f3f0bfcab93e923bb9727be (patch)
tree7759ab651203dc533a5f1668f48b836bacbbea00 /Cargo.toml
parentae55992cae51223690e5cead065425748529b753 (diff)
Removed serde
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23b42c2..f86b4ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,5 +8,4 @@ license = "Unlicense"
[dependencies]
derive_more = "0.99"
-thiserror = "1"
-serde = { version = "1.0", optional = true, features = ["derive"] } \ No newline at end of file
+thiserror = "1" \ No newline at end of file