[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" ] }