mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
15 lines
222 B
TOML
15 lines
222 B
TOML
[package]
|
|
name = "aoc-2021"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
clap = "3.0.0-beta.5"
|
|
itertools = "0.10"
|
|
nom = "7"
|
|
|
|
[profile.release]
|
|
# Keep debug information in release for better flamegraphs
|
|
debug = true
|