summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-26 15:16:05 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-26 15:16:05 +0100
commitd8d439e6401607fab18feb5025f3b91f135e3a50 (patch)
treef20f1d5961a5b0810cceca575a206ad45d2a3a9c /Cargo.toml
parent67f0fd68f1f60f0629d997d5181e5e06440258d7 (diff)
feat: add more examples, work on new public api
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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"}