diff options
author | mhsn <mail@mhsn.net> | 2025-06-02 16:58:43 +0000 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-06-02 16:58:43 +0000 |
commit | d224561df0ae15918f65edac700d5ec4faf98642 (patch) | |
tree | 7e8a8da28954897ca73b2e16f2db7e5437eceedd /2024/04/rust/Cargo.toml | |
parent | 5bff2e34df1933d765731519d6da128ae00bac38 (diff) | |
download | aoc-d224561df0ae15918f65edac700d5ec4faf98642.tar.gz aoc-d224561df0ae15918f65edac700d5ec4faf98642.zip |
2024-04 rust p1
Diffstat (limited to '2024/04/rust/Cargo.toml')
-rw-r--r-- | 2024/04/rust/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2024/04/rust/Cargo.toml b/2024/04/rust/Cargo.toml new file mode 100644 index 0000000..49f5cf9 --- /dev/null +++ b/2024/04/rust/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc_2024-04" +version = "0.1.0" +edition = "2021" + +[dependencies] +aoc = { version = "0.1.0", path = "../../../lib/rust" } |