leetbot/Cargo.toml
Andreas Larsen 96f69a3a10
Some checks failed
continuous-integration/drone/push Build is failing
wip
2022-07-29 21:32:35 +02:00

21 lines
606 B
TOML

[package]
name = "telegram-leetbot"
version = "0.1.0"
authors = ["Andreas Larsen <andreas@northcode.no>"]
edition = "2021"
[dependencies]
chrono = "0.4.19"
regex = "1.6.0"
# frankenstein = { version = "0.19.0", features = ["async-http-client"] }
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "chrono" ] }
teloxide = "0.10.1"
thiserror = "1.0.31"
# futures = "*"
tokio = { version = "1", features = [ "full" ] }
# serde = "1.0"
# serde_json = "1.0"
# chrono = "0.4.19"
# [patch.crates-io]
# openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }