# SPDX-FileCopyrightText: 2020 Florian Warzecha # # SPDX-License-Identifier: MPL-2.0 [package] name = "aoc-next" version = "0.1.0" authors = ["Florian Warzecha "] description = "Helper library for Advent of Code. Inspired by cargo-aoc." license = "MPL-2.0" readme = "README.md" repository = "https://gitlab.com/liketechnik/aoc-next" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" reqwest = { version = "0.10", features = ["blocking"] }