This commit is contained in:
Priec
2026-02-28 23:21:09 +01:00
parent ce6b9b01d9
commit 5182e2f833
5 changed files with 945 additions and 86 deletions

View File

@@ -6,10 +6,26 @@ version = 4
name = "JR-priprava-na-skusku6"
version = "0.1.0"
dependencies = [
"itertools",
"serde",
"serde_json",
]
[[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",
]
[[package]]
name = "itoa"
version = "1.0.17"