Move to workspace
This commit is contained in:
parent
660dcecb53
commit
2c6f5b3282
17
Cargo.toml
17
Cargo.toml
@ -1,12 +1,5 @@
|
|||||||
[package]
|
[workspace]
|
||||||
name = "gamarjoba"
|
resolver = "2"
|
||||||
version = "0.1.0"
|
members = [
|
||||||
edition = "2021"
|
"checkerboard"
|
||||||
|
]
|
||||||
# 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"
|
|
||||||
|
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