summaryrefslogtreecommitdiff
path: root/ext/ffi/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2021-10-05 18:20:00 +0530
committerGitHub <noreply@github.com>2021-10-05 14:50:00 +0200
commit80aee99c9e2eba879a0981235bee740088c6fbad (patch)
tree68fd3a256b1900f141c105b1ab051eded2e95a6c /ext/ffi/Cargo.toml
parentf1d3a170430501b4fab1a2d2abb5d77528251c77 (diff)
feat(ext/ffi): Non-blocking FFI (#12274)
Diffstat (limited to 'ext/ffi/Cargo.toml')
-rw-r--r--ext/ffi/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 398aa5995..6d6357562 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -18,3 +18,4 @@ deno_core = { version = "0.101.0", path = "../../core" }
dlopen = "0.1.8"
libffi = { version = "=0.0.7", package = "deno-libffi" }
serde = { version = "1.0.129", features = ["derive"] }
+tokio = { version = "1.10.1", features = ["full"] }