diff options
author | mhsn <mail@mhsn.net> | 2025-08-17 13:46:47 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-08-17 13:46:47 +0100 |
commit | 16c9ce17deb1f3773ea39c348e75b224922a7547 (patch) | |
tree | 031cf4c4f61051a9ce93c39a3b4647e49aff1856 /lib/rust/Cargo.toml | |
parent | b59fb691913017d4b3cc032cebcb990ab9315438 (diff) | |
download | aoc-16c9ce17deb1f3773ea39c348e75b224922a7547.tar.gz aoc-16c9ce17deb1f3773ea39c348e75b224922a7547.zip |
rust 2024 06: redo p1 and remove lib/
Diffstat (limited to 'lib/rust/Cargo.toml')
-rw-r--r-- | lib/rust/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/rust/Cargo.toml b/lib/rust/Cargo.toml deleted file mode 100644 index c0838b1..0000000 --- a/lib/rust/Cargo.toml +++ /dev/null @@ -1,6 +0,0 @@ -[package] -name = "aoc" -version = "0.1.0" -edition = "2024" - -[dependencies] |