Skip to content

Commit cee451b

Browse files
committed
clean up Cargo.toml
1 parent 7b63dbb commit cee451b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Cargo.toml

-17
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ repository = "https://github.com/PLSysSec/veriwasm"
99
description = "A safety verifier for native-compiled WebAssembly code"
1010
keywords = ["verification", "WebAssembly", "security", "static-analysis", "binary-analysis"]
1111

12-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13-
1412
[dependencies]
1513
# Commit `3c7a77993badea3f6c4573ecea58c263af74e213` is the current tip of `vw-tweaks-ii`
1614
#yaxpeax-core = { git = "https://github.com/iximeow/yaxpeax-core", rev = "3c7a77993badea3f6c4573ecea58c263af74e213" }
@@ -30,23 +28,8 @@ itertools = "0.10.1"
3028

3129
# This should be an optional compile target
3230
wasmtime = {version = "0.28.0", optional = true }
33-
#wasmtime = {path = "../wasmtime/crates/wasmtime"}
34-
#wasmtime-jit = { path = "../wasmtime/crates/jit"}
35-
#wasmtime-jit = "0.28.0"
36-
#lucet-module = { path = "./lucet_sandbox_compiler/lucet-module", version = "0.1.1", package="lucet-module-wasmsbx" }
3731
lucet-module = "0.5.1"
3832

39-
40-
#capstone = { version = "0.8.0" }
41-
42-
43-
# log = "*"
44-
# env_logger = "*"
45-
# goblin = "*"
46-
# wasmtime = { path = "../wasmtime/crates/wasmtime" }
47-
# wasmtime-jit = { path = "../wasmtime/crates/jit" }
48-
# lucet-module = { path = "../lucet_sandbox_compiler/lucet-module", version = "0.1.1", package="lucet-module-wasmsbx" }
49-
# # lucet-module = { git = "https://github.com/bytecodealliance/lucet.git" }
5033
elfkit = "0.0.4"
5134

5235
[features]

0 commit comments

Comments
 (0)