Refactor as Rust workspace
This commit is contained in:
parent
185799eecc
commit
a1894e492c
11
Cargo.toml
11
Cargo.toml
@ -1,9 +1,2 @@
|
|||||||
[package]
|
[workspace]
|
||||||
name = "wlausam"
|
members = ["wasm"]
|
||||||
version = "0.1.0"
|
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
parity-wasm = "0.42.2"
|
|
||||||
|
9
wasm/Cargo.toml
Normal file
9
wasm/Cargo.toml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[package]
|
||||||
|
name = "wasm"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
parity-wasm = "0.42.2"
|
Loading…
x
Reference in New Issue
Block a user