diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-12-01 11:59:08 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-12-01 11:59:08 +0000 |
commit | 9c340e9288d5ad90fa7d582ccafc15c61e985246 (patch) | |
tree | 489049ae4aff78796e8827e3b0980a7d37cedacd /Cargo.toml | |
parent | 464400a609636cb8fd172610b4d5f391b2c0bb71 (diff) | |
download | aoc2024-9c340e9288d5ad90fa7d582ccafc15c61e985246.tar.gz aoc2024-9c340e9288d5ad90fa7d582ccafc15c61e985246.tar.xz aoc2024-9c340e9288d5ad90fa7d582ccafc15c61e985246.zip |
Day 1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3453c1c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc2024" +version = "0.1.0" +edition = "2021" + +[dependencies] |