diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-17 12:51:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-17 19:51:33 +0000 |
| commit | 8cfd9968fa9ef79777ac2e7dfcef8f1ed618b78b (patch) | |
| tree | ac2ab50a61283c096d6c474c3f5d9ffdb05dc48b /ext/napi/Cargo.toml | |
| parent | 9fde5cb5e045551fe344b3f60370744eea30ccb4 (diff) | |
refactor(ext/napi): use concrete error types (#26186)
Diffstat (limited to 'ext/napi/Cargo.toml')
| -rw-r--r-- | ext/napi/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index 5405d6280..68d281ccc 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -17,3 +17,4 @@ path = "lib.rs" deno_core.workspace = true deno_permissions.workspace = true libloading = { version = "0.7" } +thiserror.workspace = true |
