summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-10-23 18:32:28 +0200
committerRy Dahl <ry@tinyclouds.org>2019-10-23 12:32:28 -0400
commit029e8330752c29b8c173b0da41a2a4ec23744151 (patch)
tree7cc8302c1e7173cf72c86cc6f303f156bec4db08 /core/Cargo.toml
parent7c60ab46643d3190d1734678e085bc304c5f7813 (diff)
core: Add ResourceTable (#3150)
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 241e8a2ac..cbc19edbc 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -14,6 +14,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
+downcast-rs = "1.1.0"
futures = "0.1.29"
lazy_static = "1.4.0"
libc = "0.2.62"