diff options
author | Matias Linares <matias@deprecated.org> | 2023-12-04 09:58:27 -0300 |
---|---|---|
committer | Matias Linares <matias@deprecated.org> | 2023-12-04 09:58:27 -0300 |
commit | a73cbbc18cb365cfcb069cb712f55dc30325c974 (patch) | |
tree | 54738c0ae78e31a2bf6030cf51b37eddc43c4aa9 /2023/day-03/Cargo.toml | |
parent | a4e55ef3c10e2de2fd47e2b8b0042e7db790d937 (diff) | |
download | advent-of-code-master.tar.gz |
Diffstat (limited to '2023/day-03/Cargo.toml')
-rw-r--r-- | 2023/day-03/Cargo.toml | 8 |
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] |