début plotting, pour l'instant ça marche pas

This commit is contained in:
jfelderh
2024-10-28 15:43:30 +01:00
parent 33de1a4778
commit fe470cf1c1
5 changed files with 92 additions and 9 deletions

16
Cargo.lock generated
View File

@@ -60,6 +60,12 @@ dependencies = [
"memchr",
]
[[package]]
name = "either"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "getrandom"
version = "0.2.10"
@@ -71,6 +77,15 @@ dependencies = [
"wasi",
]
[[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"
@@ -149,6 +164,7 @@ version = "0.1.0"
dependencies = [
"argh",
"csv",
"itertools",
"rand",
"rand_chacha",
"serde",