vikunja-gatherer/Cargo.toml

16 lines
313 B
TOML
Raw Normal View History

2024-10-10 11:02:49 +02:00
[package]
name = "vikunja-gatherer"
version = "0.1.0"
edition = "2021"
2024-10-10 12:42:44 +02:00
[lints.clippy]
pedantic = "warn"
nursery = "warn"
2024-10-10 11:02:49 +02:00
[dependencies]
2024-10-10 12:42:44 +02:00
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"] }