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