feat: Initial import
This commit is contained in:
commit
5cd0635832
5 changed files with 2112 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue