[package] name = "daily_wiki_human" version = "0.1.0" edition = "2021" [dependencies] axum = "0.7.9" chrono = "0.4.39" dotenv = "0.15.0" json = "0.12.4" regex = "1.11.1" reqwest = { version = "0.12.11", features = ['blocking', 'multipart'] } tokio = { version = "1", features = ["full"] }