Inital
This commit is contained in:
commit
1db4778dc4
8 changed files with 2410 additions and 0 deletions
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "fafo-taskbot"
|
||||
version = "0.0.0"
|
||||
edition = "2024"
|
||||
authors = ["rahix <rahix@rahix.de>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.102"
|
||||
env_logger = { version = "0.11.9", default-features = false, features = ["auto-color", "color", "humantime"] }
|
||||
forgejo-api = "0.9.1"
|
||||
log = "0.4.29"
|
||||
url = "2.5.8"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.45.0", features = ["full"] }
|
||||
time = "0.3.41"
|
||||
Loading…
Add table
Add a link
Reference in a new issue