[package] name = "vikunja-gatherer" version = "0.1.0" edition = "2021" [lints.clippy] pedantic = "warn" nursery = "warn" [dependencies] chrono = "0.4.38" markdown = "0.3.0" regex = "1.11.0" reqwest = { version = "0.12.8", features = ["blocking", "json"] } serde = { version = "1.0.210", features = ["derive"] }