summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-06-13 01:55:59 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-06-12 16:55:59 -0700
commitbca5cc5041172e22ad1851c8510d6521bf70ec22 (patch)
treea772e0619cb6007c603fd1821b130269b3cfeb75 /core/Cargo.toml
parentb3c4307d02d627287cd28486b208b53c3bd378f0 (diff)
Move ModuleSpecifier to //core (#2509)
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 301606321..c86248a45 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -19,6 +19,7 @@ lazy_static = "1.3.0"
libc = "0.2.55"
log = "0.4.6"
serde_json = "1.0.39"
+url = "1.7.2"
[[example]]
name = "deno_core_http_bench"