Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Jun 1, 2024
1 parent c76d89b commit d1d9aae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/games-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "games-cli"
license = "MPL"
edition = "2021"
version = "0.1.0"

[dependencies]
game-solver = { path = "../game-solver", features = ["rayon", "reinforcement"] }
Expand Down
1 change: 1 addition & 0 deletions crates/games-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "games-ui"
description = "UI counterparts for the games crate"
license = "MPL"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions crates/games/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "games"
license = "MPL"
edition = "2021"
version = "0.1.0"

[dependencies]
game-solver = { path = "../game-solver", features = ["rayon", "reinforcement"] }
Expand Down

0 comments on commit d1d9aae

Please sign in to comment.