pr_bot/Cargo.toml

19 lines
433 B
TOML

[package]
name = "gitea-bot"
version = "0.1.0"
edition = "2021"
[dependencies]
dotenvy_macro = "0.15.7"
femme = "2.2.1"
lazy_static = "1.4.0"
log = "0.4.19"
reqwest = "0.11.18"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.104"
teloxide = "0.12.2"
teloxide-core = "0.9.1"
tide = "0.16.0"
tokio = { version = "1.29.1", features = [ "full" ] }
async-std = { version = "1", features = ["attributes", "tokio1"] }