forge_automate/Cargo.toml

13 lines
316 B
TOML

[package]
name = "forgejo_automate"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.39", features = ["cargo", "derive"] }
ctrlc = "3.4.7"
forgejo-api = "0.7.0"
indicatif = "0.17.11"
rust-ini = "0.21.1"
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
url = "2.5.4"