diff options
| author | Ry Dahl <ry@tinyclouds.org> | 2020-01-05 09:19:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-05 09:19:29 -0500 |
| commit | 5f1df038fb1462607af3555fa7431c05ca484dce (patch) | |
| tree | 0e819c1e1ec422b9573abc379c79fcbcc1cbd88c /core/Cargo.toml | |
| parent | c41280a057c9ca300afe43f2cb4f576e050f8cde (diff) | |
Replace libdeno with rusty_v8 (#3556)
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
