leetbot/Cargo.toml
Andreas Larsen 2474a171c4
All checks were successful
continuous-integration/drone/push Build is passing
wip
2022-07-30 01:29:58 +02:00

22 lines
673 B
TOML

[package]
name = "telegram-leetbot"
version = "0.1.0"
authors = ["Andreas Larsen <andreas@northcode.no>"]
edition = "2021"
[dependencies]
chrono = "0.4.19"
pretty_env_logger = "0.4.0"
regex = "1.6.0"
# frankenstein = { version = "0.19.0", features = ["async-http-client"] }
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "chrono" ] }
teloxide = { version = "0.10.1", features = [ "macros" ] }
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" }