advent-of-code/Cargo.toml
2023-12-07 21:23:46 +01:00

23 lines
486 B
TOML

[package]
name = "advent_of_code"
version = "0.9.5"
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
edition = "2021"
default-run = "advent_of_code"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
doctest = false
[features]
test_lib = []
dhat-heap = ["dhat"]
[dependencies]
pico-args = "0.5.0"
dhat = { version = "0.3.2", optional = true }
[profile.dhat]
inherits = "release"
debug = 1