diff options
| author | Luca Casonato <hello@lcas.dev> | 2023-03-16 17:59:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-16 16:59:47 +0000 |
| commit | b99c431ac78810034ea57cc778bf57d627998aa9 (patch) | |
| tree | 4398efcd8d3757e42a5cd4bdcee4ed9533103f43 /Cargo.toml | |
| parent | 1a3c2e2f1dc5add94b5b7ff4ba4c26df55c7a011 (diff) | |
feat(serde_v8): support BigInt serialization (#18225)
This commit enables serializing `v8::BigInt` to `num_bigint::BigInt`
in Rust.
Pre-requisite for sub upcoming feature work.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index b7da8f78c..6dff03d4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,6 +101,7 @@ log = "=0.4.17" lsp-types = "=0.93.2" # used by tower-lsp and "proposed" feature is unstable in patch releases lzzzz = "1.0" notify = "=5.0.0" +num-bigint = "0.4" once_cell = "1.17.1" os_pipe = "=1.0.1" parking_lot = "0.12.0" |
