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