Skip to content

Commit

Permalink
cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Sep 4, 2024
1 parent a439327 commit 028ce3d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
[package]
name = "hexchess"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/scottbedard/hexchess.rs"
homepage = "https://github.com/scottbedard/hexchess.rs"
license = "MIT"

[[bin]]
edition = "2024"
name = "hexchess"
path = "src/main.rs"
readme = "README.md"
repository = "https://github.com/scottbedard/hexchess.rs"
version = "0.1.0"

[features]
default = ["console_error_panic_hook"]
Expand Down

0 comments on commit 028ce3d

Please sign in to comment.