summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-05-02 15:40:47 +0200
committerHenry <mail@henrygressmann.de>2026-05-02 15:45:44 +0200
commit5ed8982ad2cb4b348046aa11c527ce6a51f02e0e (patch)
treec5427ac3ffdeedfa37b698eeb4f2dac09859b4a6 /Cargo.toml
parent361b715de9ea6a859aaafe84d4bcd3d46ed70797 (diff)
feat: add doom example, fix import argument order
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 15eb5fe..892c38f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members=["crates/*"]
+members=["crates/*", "examples/doom"]
default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"