Skip to content

Commit

Permalink
Remove unneccessary features
Browse files Browse the repository at this point in the history
  • Loading branch information
icrayix committed Apr 8, 2023
1 parent f42b2ad commit 6ab7a2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 127 deletions.
134 changes: 9 additions & 125 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ categories = ["command-line-utilities"]
anstream = "0.2.6"
anyhow = "1.0.70"
clap = { version = "4.1.1", features = ["derive"] }
dialoguer = { version = "0.10.3", features = [] }
dialoguer = { version = "0.10.3", default-features = false }
env_logger = "0.10.0"
fastanvil = "0.27.0"
fastanvil = { version = "0.28.0", default-features = false }
fastnbt = "2.3.2"
indicatif = { version = "0.17.3", features = ["rayon"] }
log = "0.4.17"
Expand Down

0 comments on commit 6ab7a2f

Please sign in to comment.