leetbot/Cargo.toml

16 lines
347 B
TOML
Raw Normal View History

2019-05-07 18:00:23 +00:00
[package]
name = "telegram-leetbot"
version = "0.1.0"
authors = ["Andreas Larsen <andreas@northcode.no>"]
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" }