diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "thulani" -version = "0.3.0" +version = "0.3.1" authors = ["Nathan Perry <np@npry.dev>"] edition = "2021" default-run = "thulani" @@ -25,7 +25,6 @@ chrono = "0.4" time = "0.3" fern = { version = "0.6", features = ["colored"] } rand = "0.8" -either = "1.10" reqwest = { version = "0.11", features = ["json"] } sha1 = { version = "0.10", features = ["std"] } regex = "1.10" |
