summaryrefslogtreecommitdiffstats
path: root/2023/rs/code/six/Cargo.toml
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-12-06 00:46:30 -0500
committeralyx <alyx@aleteoryx.me>2023-12-06 00:46:30 -0500
commit5c9d3942c6ec2f40c653e928b23f15a2a65c94f1 (patch)
tree690e5d52013cd662cab655113fa7f3a14f76e397 /2023/rs/code/six/Cargo.toml
parent2ee297eb8768676ca9e3162bf0e1b71066afb3ec (diff)
downloadadventofcode-5c9d3942c6ec2f40c653e928b23f15a2a65c94f1.tar.gz
adventofcode-5c9d3942c6ec2f40c653e928b23f15a2a65c94f1.tar.bz2
adventofcode-5c9d3942c6ec2f40c653e928b23f15a2a65c94f1.zip
2023.6
Diffstat (limited to '2023/rs/code/six/Cargo.toml')
-rw-r--r--2023/rs/code/six/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2023/rs/code/six/Cargo.toml b/2023/rs/code/six/Cargo.toml
new file mode 100644
index 0000000..8413a35
--- /dev/null
+++ b/2023/rs/code/six/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "six"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]