diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |