Skip to content

Commit

Permalink
minimize crate features
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 committed Nov 13, 2021
1 parent fb8c204 commit d573a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "games"]

[dependencies]
terminal = { package = "tanmatsu", version = "0.6.3" }
rand = { version = "0.8.4", features = ["small_rng"] }
rand = { version = "0.8.4", default-features = false, features = ["small_rng", "std"] }
itertools = "0.10.1"
line_drawing = "0.8.1"

Expand Down

0 comments on commit d573a19

Please sign in to comment.