diff options
| author | Cody <cody@codyq.dev> | 2023-03-24 17:33:44 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-03-24 17:33:44 -0500 |
| commit | f9d13f3098b2a5984f59d612be87c184aba0b2c7 (patch) | |
| tree | 0a8059a4604026c3c0fcde587617507063cf7ccf /Cargo.toml | |
| parent | 28e0b95d8ecbbc44ef81069ad122a88b2a64c74e (diff) | |
| download | sloth-f9d13f3098b2a5984f59d612be87c184aba0b2c7.tar.gz | |
Stuff and things
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" |
