mirror of
https://github.com/danbulant/adventOfCode
synced 2026-06-17 05:11:04 +00:00
15 lines
No EOL
299 B
TOML
15 lines
No EOL
299 B
TOML
[package]
|
|
name = "sixteenth"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = [
|
|
"-C", "target-feature=+crt-static"
|
|
] |