diff options
author | mhsn <mail@mhsn.net> | 2025-09-02 19:32:03 +0000 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-09-02 19:32:03 +0000 |
commit | c01e5271e0af033f0d8275d6c3f83a5e884cfccc (patch) | |
tree | 3f885c270d6bb4f225ca55efe7a03dda3285cd42 /2024/11/rust/Cargo.toml | |
parent | 56460d6df1324903ce429c619620af33c473dad0 (diff) | |
download | aoc-c01e5271e0af033f0d8275d6c3f83a5e884cfccc.tar.gz aoc-c01e5271e0af033f0d8275d6c3f83a5e884cfccc.zip |
24-11-rs both
Diffstat (limited to '2024/11/rust/Cargo.toml')
-rw-r--r-- | 2024/11/rust/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/11/rust/Cargo.toml b/2024/11/rust/Cargo.toml new file mode 100644 index 0000000..67185f7 --- /dev/null +++ b/2024/11/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2024-11" +version = "0.1.0" +edition = "2021" + +[dependencies] |