summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-31 00:03:42 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-31 00:03:42 +0100
commit6850e8bc669171c658696655f4f31996d6e934af (patch)
tree6efb61f6dc9790dd219a8bf7e39ab2434af3140a /Cargo.lock
parent712b7da4f6b20a9754dd78be632988bbb66f2cbe (diff)
chore: overall code cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 12 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e147db6..68ea040 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -141,6 +141,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
+name = "benchmarks"
+version = "0.0.0"
+dependencies = [
+ "argon2",
+ "criterion",
+ "tinywasm",
+ "wasmer",
+ "wasmi",
+ "wat",
+]
+
+[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2063,12 +2075,8 @@ dependencies = [
name = "tinywasm-root"
version = "0.0.0"
dependencies = [
- "argon2",
"color-eyre",
- "criterion",
"tinywasm",
- "wasmer",
- "wasmi",
"wat",
]