aboutsummaryrefslogtreecommitdiff
path: root/2023/day-03/Cargo.toml
diff options
context:
space:
mode:
authorMatias Linares <matias@deprecated.org>2023-12-04 09:58:27 -0300
committerMatias Linares <matias@deprecated.org>2023-12-04 09:58:27 -0300
commita73cbbc18cb365cfcb069cb712f55dc30325c974 (patch)
tree54738c0ae78e31a2bf6030cf51b37eddc43c4aa9 /2023/day-03/Cargo.toml
parenta4e55ef3c10e2de2fd47e2b8b0042e7db790d937 (diff)
downloadadvent-of-code-master.tar.gz
[WIP] day3 part1HEADmaster
Diffstat (limited to '2023/day-03/Cargo.toml')
-rw-r--r--2023/day-03/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2023/day-03/Cargo.toml b/2023/day-03/Cargo.toml
new file mode 100644
index 0000000..51cc795
--- /dev/null
+++ b/2023/day-03/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day-03"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]