hojas/scratch/20260511-dia-dels-graus/Cargo.toml

13 lines
277 B
TOML
Raw Permalink Normal View History

2026-05-14 10:56:04 +02:00
[package]
name = "hn-bold-claims"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.12", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = "0.4"
regex = "1"