Skip to content

Commit

Permalink
Consistent cargo.toml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonrecranet committed Sep 5, 2023
1 parent c7921ba commit fa22f93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
members = ["check-buddy-*"]
default-members = ["check-buddy-*"]
exclude = ["assets/", ".github/", "check-buddy/tests/datasets/"]
resolver = "2"
resolver = "2"
2 changes: 1 addition & 1 deletion check-buddy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ csv = "1.1"

[[bench]]
name = "generate_moves"
harness = false
harness = false
11 changes: 11 additions & 0 deletions examples/check-buddy-tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "check-buddy-tui"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tui = "0.19"
crossterm = "0.26"
check-buddy-core = { path = "../check-buddy-core" }

0 comments on commit fa22f93

Please sign in to comment.