Kiana Sheibani
d87cb7d7ee
This is apparently only necessary for libraries, not for executables. Good to know!
16 lines
222 B
Plaintext
16 lines
222 B
Plaintext
package advent-of-code-2024
|
|
version = 0.0
|
|
|
|
brief = "Advent of Code 2024"
|
|
|
|
authors = "Kiana Sheibani"
|
|
license = "MIT"
|
|
|
|
sourcedir = "src"
|
|
|
|
langversion >= 0.6.0
|
|
depends = contrib
|
|
|
|
executable = advent-of-code-2024
|
|
main = Main
|