1
0
Fork 0
advent_of_code/Cargo.toml
2023-12-06 01:51:41 -06:00

16 lines
336 B
TOML

[package]
name = "advent_of_code"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
heapless = "0.8.0"
lexical-core = { version = "0.8.5", default-features = false, features = [
"parse-integers",
] }
[profile.release]
debug = true