From c89b1acb6e5d5755dc79c1f5643c915624a4c4c3 Mon Sep 17 00:00:00 2001 From: syn Date: Tue, 19 May 2020 20:54:45 +0300 Subject: Some kind of working code --- Cargo.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..31bac94 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "pert" +version = "0.1.0" +authors = ["syn "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +"rust-tdlib" = { path = "rust-tdlib" } +# serde = { version = "1", features = ["derive"] } +json = "0.12" +dotenv = "0.15" +log = "0.4" +env_logger = "0.7" +futures = "0.3" +uuid = { version = "0.8", features = ["v4"] } +[dependencies.tokio] + version = "0.2" + features = ["full"] -- cgit v1.2.1-18-gbd029