AOC_2023/Cargo.toml

12 lines
229 B
TOML

[package]
name = "aoc_2023"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ctor = "0.2.5"
env_logger = "0.10.1"
log = "0.4.20"