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