vikunja-gatherer/Cargo.toml
2024-10-10 13:59:33 +02:00

21 lines
448 B
TOML

[package]
name = "vikunja-gatherer"
version = "0.1.0"
edition = "2021"
[lints.clippy]
pedantic = "warn"
nursery = "warn"
[dependencies]
camino = "1.1.9"
chrono = "0.4.38"
clap = { version = "4.5.20", features = ["derive", "env"] }
color-eyre = "0.6.3"
env_logger = "0.11.5"
log = "0.4.22"
markdown = "0.3.0"
regex = "1.11.0"
reqwest = { version = "0.12.8", features = ["blocking", "json"] }
serde = { version = "1.0.210", features = ["derive"] }