2022-11-28 19:06:17 +01:00
|
|
|
[package]
|
|
|
|
name = "aoc"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Matej Janežič <janezic.mj@gmail.com>"]
|
|
|
|
default-run = "aoc"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-28 21:59:26 +01:00
|
|
|
# framework
|
|
|
|
dotenv = "0.15.0"
|
2022-11-28 19:06:17 +01:00
|
|
|
pico-args = "0.5.0"
|
2022-11-28 21:59:26 +01:00
|
|
|
reqwest = { version = "0.11.13", features = ["blocking"] }
|
|
|
|
# for solving
|