about summary refs log tree commit diff
path: root/aoc2023/day1/Cargo.toml
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-12-05 12:22:10 -0600
committerStarfall <us@starfall.systems>2023-12-05 12:25:49 -0600
commitcfda64d4e0ac69eac5fcc3898f126d3b505b8426 (patch)
tree101920c07da59da4802d73c9906885efa1f996a5 /aoc2023/day1/Cargo.toml
parent90058697439ee3f048f0f42b61ca5ea677e9b5cc (diff)
aoc2023: day 1 solution
Diffstat (limited to 'aoc2023/day1/Cargo.toml')
-rw-r--r--aoc2023/day1/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/aoc2023/day1/Cargo.toml b/aoc2023/day1/Cargo.toml
new file mode 100644
index 0000000..a3c4e52
--- /dev/null
+++ b/aoc2023/day1/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day1"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]