summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 216fe6f..bda1ff5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
"rust-tdlib" = { path = "rust-tdlib" }
"pert-types" = { path = "types" }
-#serde = { version = "1", features = ["derive"] }
+serde = { version = "1", features = ["derive"] }
serde_json = "1"
crossbeam = "0.7"
dotenv = "0.15"