diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-14 15:05:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 15:05:49 -0700 |
| commit | ee7d4501435f0ebd655c8b50bd6e41ca19e71abc (patch) | |
| tree | 00b3fce4c8d36320f360000b4b22024f9935ad8e /ext/ffi/Cargo.toml | |
| parent | 8dbe77dd29a3791db58fda392dea45d8249b6bc9 (diff) | |
refactor(ext/ffi): use concrete error types (#26170)
Diffstat (limited to 'ext/ffi/Cargo.toml')
| -rw-r--r-- | ext/ffi/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index 23a2aee1c..496e8634e 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -24,6 +24,8 @@ log.workspace = true serde.workspace = true serde-value = "0.7" serde_json = "1.0" +thiserror.workspace = true +tokio.workspace = true [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["errhandlingapi", "minwindef", "ntdef", "winbase", "winnt"] } |
