summaryrefslogtreecommitdiff
path: root/ext/ffi/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-10-24 09:41:38 +0530
committerGitHub <noreply@github.com>2024-10-24 09:41:38 +0530
commitfa49fd404be82daf8ac7228bf54e780135f67b17 (patch)
tree3c8b98387bebf16831f5f59b0cf0ac0dbc1234df /ext/ffi/Cargo.toml
parent6d587cbfc800a627efb32d377b260954ccd7a1ed (diff)
fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486)
Fixes https://github.com/denoland/deno/issues/25194
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 80b0180d0..59dc13ed9 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -21,6 +21,7 @@ dynasmrt = "1.2.3"
libffi = "=3.2.0"
libffi-sys = "=2.3.0"
log.workspace = true
+num-bigint.workspace = true
serde.workspace = true
serde-value = "0.7"
serde_json = "1.0"