diff options
| author | nekineki <nekineki@nekineki.net> | 2023-12-05 07:36:46 +0100 |
|---|---|---|
| committer | nekineki <nekineki@nekineki.net> | 2023-12-05 07:37:21 +0100 |
| commit | 8d63b218ebc0611d32c95ea8cf29f0efc3f614a4 (patch) | |
| tree | ab2f22f3b15bf2c10b714bf24b9c2ab7d97d7fe8 /2023/Cargo.toml | |
| parent | ea117b92bbafaebaab58f20dcce2221b301af74c (diff) | |
day05
Diffstat (limited to '2023/Cargo.toml')
| -rw-r--r-- | 2023/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/2023/Cargo.toml b/2023/Cargo.toml index 87f7902..98c23a7 100644 --- a/2023/Cargo.toml +++ b/2023/Cargo.toml @@ -5,6 +5,11 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +opt-level = 3 + +[dependencies] + [[bin]] name = "day01" path = "day01.rs" @@ -104,5 +109,3 @@ path = "/day24.rs" [[bin]] name = "day25" path = "day25.rs" - -[dependencies] |
