2019-05-07 18:00:23 +00:00
|
|
|
[package]
|
|
|
|
|
name = "telegram-leetbot"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Andreas Larsen <andreas@northcode.no>"]
|
2022-07-29 19:32:35 +00:00
|
|
|
edition = "2021"
|
2019-05-07 18:00:23 +00:00
|
|
|
|
|
|
|
|
[dependencies]
|
2022-07-29 19:32:35 +00:00
|
|
|
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"
|
2019-05-07 18:00:23 +00:00
|
|
|
|
2022-07-29 19:32:35 +00:00
|
|
|
# [patch.crates-io]
|
|
|
|
|
# openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
|