diff options
author | syn <isaqtm@gmail.com> | 2020-05-25 20:17:39 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-05-25 20:17:39 +0300 |
commit | b338d7e2ae3d9e921d513943bd8fcd1043d60dd1 (patch) | |
tree | b5ca1b689259f9698284a7453f28484b1f0090f7 /Cargo.toml | |
parent | b6efc9b39a367da829e84af581387733600c08d7 (diff) | |
download | pert-master.tar.gz |
Every single piece of fucking shit is typed now
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" |