Move to workspace

This commit is contained in:
Greg Shuflin 2024-01-02 01:30:03 -08:00
parent 660dcecb53
commit 2c6f5b3282
5 changed files with 17 additions and 12 deletions

View File

@ -1,12 +1,5 @@
[package]
name = "gamarjoba"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.88"
[workspace]
resolver = "2"
members = [
"checkerboard"
]

12
checkerboard/Cargo.toml Normal file
View File

@ -0,0 +1,12 @@
[package]
name = "gamarjoba"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.88"