[package] name = "telegram-leetbot" version = "0.1.0" authors = ["Andreas Larsen "] 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" }