diff options
| author | Bert Belder <bertbelder@gmail.com> | 2020-09-06 02:34:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-06 02:34:02 +0200 |
| commit | c821e8f2f1fb8ad5e9eb00854277cafc8c80b2f5 (patch) | |
| tree | c429a3c2707a4047fb512443a8468b7e15e5730d /core/Cargo.toml | |
| parent | 849431eb1d112d1f79f4a327830dc1a5bf22dd47 (diff) | |
Move JSON ops to deno_core (#7336)
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 37d2f3268..94681cf7d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,6 +22,7 @@ rusty_v8 = "0.9.1" serde_json = { version = "1.0.57", features = ["preserve_order"] } smallvec = "1.4.2" url = "2.1.1" +indexmap = "1.5.2" [[example]] name = "http_bench_bin_ops" |
