summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ee9a9df..13a9397 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members=["crates/*", "examples/rust"]
+members=["crates/*"]
resolver="2"
[profile.wasm]
@@ -21,6 +21,10 @@ name="tinywasm-root"
publish=false
edition="2021"
+[[example]]
+name="wasm-rust"
+test=false
+
[dev-dependencies]
color-eyre="0.6"
tinywasm={path="crates/tinywasm"}