wip points rules

This commit is contained in:
Henri Bourcereau 2024-05-20 19:04:46 +02:00
parent 7790c07dcc
commit aff489f134
7 changed files with 62 additions and 10 deletions

12
Cargo.lock generated
View file

@ -1251,6 +1251,7 @@ dependencies = [
"anyhow",
"bincode",
"bot",
"itertools 0.13.0",
"pico-args",
"pretty_assertions",
"renet",
@ -2127,6 +2128,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.9"
@ -2951,7 +2961,7 @@ dependencies = [
"cassowary",
"crossterm",
"indoc",
"itertools",
"itertools 0.11.0",
"lru",
"paste",
"strum",