[package] name = "telegram-leetbot" version = "0.1.0" authors = ["Andreas Larsen "] edition = "2018" [dependencies] telegram-bot = "0.6.1" futures = "*" tokio-core = "*" serde = "1.0" serde_json = "1.0" chrono = "0.4.6" [patch.crates-io] openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }