vikunja-gatherer/Cargo.toml
2024-10-10 12:42:44 +02:00

16 lines
313 B
TOML

[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"] }