diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-31 00:03:42 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-31 00:03:42 +0100 |
| commit | 6850e8bc669171c658696655f4f31996d6e934af (patch) | |
| tree | 6efb61f6dc9790dd219a8bf7e39ab2434af3140a /Cargo.lock | |
| parent | 712b7da4f6b20a9754dd78be632988bbb66f2cbe (diff) | |
chore: overall code cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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", ] |
