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 | d5e3b22792c87706ff98a6e5713746c2a957cef3 (patch) | |
tree | 589437c2b0abee304688a3c6dfc23f06bf573ccd /2024/02/rust/Cargo.toml | |
parent | 277af786610b02c47c2be1346261d92da2eabd82 (diff) | |
download | aoc-d5e3b22792c87706ff98a6e5713746c2a957cef3.tar.gz aoc-d5e3b22792c87706ff98a6e5713746c2a957cef3.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] |