[package] name = "advent-of-code-data" version = "0.0.0" authors = ["Scott MacDonald"] description = "Advent of Code API for submitting answers and getting inputs" edition.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true [dependencies] anyhow.workspace = true chrono.workspace = true chrono-tz.workspace = true reqwest.workspace = true serde_json.workspace = true tempfile.workspace = true thiserror.workspace = true tracing.workspace = true tracing-subscriber.workspace = true