diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 9bee37188..a9abf68c8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -13,8 +13,6 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -serde_v8 = { version = "0.4.1", path = "../serde_v8" } - anyhow = "1.0.40" futures = "0.3.15" indexmap = "1.6.2" @@ -25,6 +23,7 @@ pin-project = "1.0.6" rusty_v8 = "0.22.3" serde = { version = "1.0.125", features = ["derive"] } serde_json = { version = "1.0.64", features = ["preserve_order"] } +serde_v8 = { version = "0.4.1" } url = { version = "2.2.1", features = ["serde"] } [[example]] |