aboutsummaryrefslogtreecommitdiff
path: root/srchr/Cargo.toml
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2022-10-22 13:12:04 +0200
committertslil clingman <tslil@posteo.de>2022-10-22 13:14:57 +0200
commitf6d4be2195a9103e42b00c9aa362c62d079c3f4e (patch)
tree333c1f15325e1f51096e47355e455790b540ac3e /srchr/Cargo.toml
parent1fa7552c3018d541b617b5ceebc6abeaba013eaa (diff)
stats loading directly from json file
Diffstat (limited to 'srchr/Cargo.toml')
-rw-r--r--srchr/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/srchr/Cargo.toml b/srchr/Cargo.toml
index ec32179..509b6bc 100644
--- a/srchr/Cargo.toml
+++ b/srchr/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+json = "0.12.4"
rand = "0.8.5"
rand_pcg = "0.3.1"
rayon = "1.5.3"