diff options
| author | tslil clingman <tslil@posteo.de> | 2022-10-22 13:12:04 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2022-10-22 13:14:57 +0200 |
| commit | f6d4be2195a9103e42b00c9aa362c62d079c3f4e (patch) | |
| tree | 333c1f15325e1f51096e47355e455790b540ac3e /srchr/Cargo.toml | |
| parent | 1fa7552c3018d541b617b5ceebc6abeaba013eaa (diff) | |
stats loading directly from json file
Diffstat (limited to 'srchr/Cargo.toml')
| -rw-r--r-- | srchr/Cargo.toml | 1 |
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" |
