feat: bytecode
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -494,6 +494,15 @@ version = "1.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
||||
|
||||
[[package]]
|
||||
name = "colored"
|
||||
version = "3.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
|
||||
dependencies = [
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "combine"
|
||||
version = "4.6.7"
|
||||
@@ -2055,6 +2064,7 @@ dependencies = [
|
||||
"bumpalo",
|
||||
"bzip2",
|
||||
"clap",
|
||||
"colored",
|
||||
"criterion",
|
||||
"deno_core",
|
||||
"deno_error",
|
||||
|
||||
Reference in New Issue
Block a user