diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-10-23 18:32:28 +0200 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-23 12:32:28 -0400 |
| commit | 029e8330752c29b8c173b0da41a2a4ec23744151 (patch) | |
| tree | 7cc8302c1e7173cf72c86cc6f303f156bec4db08 /core/Cargo.toml | |
| parent | 7c60ab46643d3190d1734678e085bc304c5f7813 (diff) | |
core: Add ResourceTable (#3150)
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 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" |
