summaryrefslogtreecommitdiffstats
path: root/2023/rs/code/four/Cargo.toml
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-12-04 01:21:54 -0500
committeralyx <alyx@aleteoryx.me>2023-12-04 01:21:54 -0500
commit3438b040ad18b362e5a4d8576d11be462d841432 (patch)
treec89a9a6d99c4d98478a05a16ebafe6924af9ce28 /2023/rs/code/four/Cargo.toml
parent21880ee880d321e760b6b560db0696c8af4c98d9 (diff)
downloadadventofcode-3438b040ad18b362e5a4d8576d11be462d841432.tar.gz
adventofcode-3438b040ad18b362e5a4d8576d11be462d841432.tar.bz2
adventofcode-3438b040ad18b362e5a4d8576d11be462d841432.zip
2023.4
Diffstat (limited to '2023/rs/code/four/Cargo.toml')
-rw-r--r--2023/rs/code/four/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2023/rs/code/four/Cargo.toml b/2023/rs/code/four/Cargo.toml
new file mode 100644
index 0000000..af1f9f7
--- /dev/null
+++ b/2023/rs/code/four/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "four"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]