vikunja-gatherer/Cargo.toml

21 lines
448 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 13:59:33 +02:00
camino = "1.1.9"
2024-10-10 12:42:44 +02:00
chrono = "0.4.38"
2024-10-10 13:59:33 +02:00
clap = { version = "4.5.20", features = ["derive", "env"] }
color-eyre = "0.6.3"
env_logger = "0.11.5"
log = "0.4.22"
2024-10-10 12:42:44 +02:00
markdown = "0.3.0"
regex = "1.11.0"
reqwest = { version = "0.12.8", features = ["blocking", "json"] }
serde = { version = "1.0.210", features = ["derive"] }