leetbot/Cargo.toml
2019-05-07 20:00:23 +02:00

16 lines
347 B
TOML

[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" }