TaskBot/Cargo.toml
Rahix 64d28bb868 Collect start date and reminder state
Already fetch the start date and reminder state for issues immediately
and have them available in the struct Task.
2026-03-05 20:42:25 +01:00

20 lines
528 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"
jiff = "0.2.22"
futures = "0.3.32"