Refactor as Rust workspace

This commit is contained in:
Rerumu 2021-11-28 03:02:32 -05:00
parent 185799eecc
commit a1894e492c
22 changed files with 11 additions and 9 deletions

View File

@ -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
View 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"