diff options
author | mhsn <mail@mhsn.net> | 2025-04-28 20:03:12 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-04-28 20:03:12 +0100 |
commit | c8748ada43f7ee9ca0e6a5fd29a00c1cdcb5f7a0 (patch) | |
tree | 589437c2b0abee304688a3c6dfc23f06bf573ccd /2024/02/rust/Cargo.toml | |
parent | 271b499ca5c65f1329838d6f999532c13d32ee3a (diff) | |
download | aoc-c8748ada43f7ee9ca0e6a5fd29a00c1cdcb5f7a0.tar.gz aoc-c8748ada43f7ee9ca0e6a5fd29a00c1cdcb5f7a0.zip |
2024-02 rust p1
Diffstat (limited to '2024/02/rust/Cargo.toml')
-rw-r--r-- | 2024/02/rust/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/02/rust/Cargo.toml b/2024/02/rust/Cargo.toml new file mode 100644 index 0000000..6030837 --- /dev/null +++ b/2024/02/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc_2024-02" +version = "0.1.0" +edition = "2021" + +[dependencies] |