From 5f1df038fb1462607af3555fa7431c05ca484dce Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Sun, 5 Jan 2020 09:19:29 -0500 Subject: Replace libdeno with rusty_v8 (#3556) --- core/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/Cargo.toml') diff --git a/core/Cargo.toml b/core/Cargo.toml index e08e6bc74..1ac633410 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,6 +22,9 @@ log = "0.4.8" serde_json = "1.0.41" url = "2.1" +rusty_v8 = "0.0.23" +# rusty_v8 = { path = "../../rusty_v8" } + [[example]] name = "deno_core_http_bench" path = "examples/http_bench.rs" -- cgit v1.2.3