feat: Initial import

This commit is contained in:
Guilhem Lavaux 2025-06-09 14:46:22 +02:00
commit 5cd0635832
5 changed files with 2112 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "forgejo_automate"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.39", features = ["cargo", "derive"] }
forgejo-api = "0.7.0"
rust-ini = "0.21.1"
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
url = "2.5.4"