Worked on optimizer
All checks were successful
Rust / build_and_test (push) Successful in 25s

This commit is contained in:
Lukas Wölfer
2025-07-27 18:50:38 +02:00
parent a52acc6daf
commit 56702053cf
4 changed files with 41 additions and 9 deletions

18
Cargo.lock generated
View File

@@ -5,3 +5,21 @@ version = 4
[[package]]
name = "canvas"
version = "0.1.0"
dependencies = [
"itertools",
]
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]