16 lines
347 B
TOML
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" }
|