init
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "AdventOfCode2024"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "advent_of_code_2024"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 2
|
||||
|
||||
|
||||
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user