18 lines
493 B
TOML
18 lines
493 B
TOML
[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"
|