summaryrefslogtreecommitdiffstats
path: root/2023/rs/code/three/Cargo.toml
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-12-03 02:43:18 -0500
committeralyx <alyx@aleteoryx.me>2023-12-03 02:43:18 -0500
commit21880ee880d321e760b6b560db0696c8af4c98d9 (patch)
treee667793283963370efe40f16adfbec82847f0b8e /2023/rs/code/three/Cargo.toml
parentcbea8d91895cd042df62a380bc672422e3837f42 (diff)
downloadadventofcode-21880ee880d321e760b6b560db0696c8af4c98d9.tar.gz
adventofcode-21880ee880d321e760b6b560db0696c8af4c98d9.tar.bz2
adventofcode-21880ee880d321e760b6b560db0696c8af4c98d9.zip
2023.3
Diffstat (limited to '2023/rs/code/three/Cargo.toml')
-rw-r--r--2023/rs/code/three/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2023/rs/code/three/Cargo.toml b/2023/rs/code/three/Cargo.toml
new file mode 100644
index 0000000..6c6d234
--- /dev/null
+++ b/2023/rs/code/three/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "three"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]