pr_bot/Cargo.toml

19 lines
433 B
TOML
Raw Normal View History

2023-08-04 16:26:49 +02:00
[package]
name = "gitea-bot"
version = "0.1.0"
edition = "2021"
[dependencies]
dotenvy_macro = "0.15.7"
femme = "2.2.1"
2023-08-05 06:23:24 +02:00
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"
2023-08-05 06:23:24 +02:00
tide = "0.16.0"
tokio = { version = "1.29.1", features = [ "full" ] }
2023-08-05 06:38:27 +02:00
async-std = { version = "1", features = ["attributes", "tokio1"] }