[package] name = "cargo-aoc" version = "0.3.8" authors = ["Grégory Obanos ", "Olivier Pinon "] description = "Cargo Advent of Code Helper" license = "MIT/Apache-2.0" repository = "https://github.com/gobanos/cargo-aoc" readme = "../README.md" include = ["Cargo.toml", "src/**/*", "template/**/*.tpl", "../README.md"] edition = "2021" [dependencies] #aoc-runner-internal = { path = "../aoc-runner-internal" } aoc-runner-internal = "0.1.0" toml = "0.8.8" chrono = "0.4.31" chrono-tz = "0.10.0" reqwest = { version = "0.12.9", default-features = false, features = ["blocking", "rustls-tls"] } webbrowser = "1.0.2" directories = "5.0.1" clap = { version = "4.4.8", features = ["derive"] } tokio = { version = "1.34.0", features = ["rt"] }