pr_bot/Cargo.toml

16 lines
328 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"
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"
tokio = { version = "1.29.1", features = [ "full" ] }