10 lines
201 B
TOML
10 lines
201 B
TOML
[package]
|
|
name = "aoc2024"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
authors = ["Felix Suchert <dev@felixsuchert.de>"]
|
|
description = "My solutions to the advent of code 2024"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|