Skip to content

Commit

Permalink
chore: remove inflector
Browse files Browse the repository at this point in the history
  • Loading branch information
talwat committed Sep 12, 2024
1 parent c7d5b5e commit 95834be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 1 addition & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pokeget"
authors = [ "talwat" ]
version = "1.6.1"
version = "1.6.2"
edition = "2021"
description = "Display pokemon sprites in your terminal."
license = "MIT"
Expand All @@ -13,7 +13,6 @@ repository = "https://github.com/talwat/pokeget-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Inflector = { version = "0.11.4", default-features = false }
bimap = "0.6.3"
clap = { version = "4.5.14", features = ["derive"] }
csv = "1.3.0"
Expand Down

0 comments on commit 95834be

Please sign in to comment.