summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 84cd8cc..fbd82db 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1046,6 +1046,13 @@ dependencies = [
]
[[package]]
+name = "rust-wasm-examples"
+version = "0.0.0"
+dependencies = [
+ "tinywasm",
+]
+
+[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"