diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ edition = "2021" [dependencies] itertools = "0.10.5" -rand = "0.8.5" +thiserror = "1.0.40" [profile.release] strip = "debuginfo" |
