Move to workspace
This commit is contained in:
parent
660dcecb53
commit
2c6f5b3282
17
Cargo.toml
17
Cargo.toml
@ -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
12
checkerboard/Cargo.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user