summaryrefslogtreecommitdiffstats
path: root/2023/rs/code/eight/Cargo.toml
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-12-08 01:27:18 -0500
committeralyx <alyx@aleteoryx.me>2023-12-08 01:27:18 -0500
commitd593cd2cd5880ef5031759aa442fe792dec0034b (patch)
treef1a6ea37b6d2eb75ef13769c67feb6ee1e2d2294 /2023/rs/code/eight/Cargo.toml
parent0258550017750d9fb15f5e28518c8711b6c0f580 (diff)
downloadadventofcode-d593cd2cd5880ef5031759aa442fe792dec0034b.tar.gz
adventofcode-d593cd2cd5880ef5031759aa442fe792dec0034b.tar.bz2
adventofcode-d593cd2cd5880ef5031759aa442fe792dec0034b.zip
2023.8[0]
Diffstat (limited to '2023/rs/code/eight/Cargo.toml')
-rw-r--r--2023/rs/code/eight/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2023/rs/code/eight/Cargo.toml b/2023/rs/code/eight/Cargo.toml
new file mode 100644
index 0000000..6916ddc
--- /dev/null
+++ b/2023/rs/code/eight/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "base"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]