diff options
Diffstat (limited to 'runtime/permissions/Cargo.toml')
-rw-r--r-- | runtime/permissions/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml index bfa37b489..f0b2e71b5 100644 --- a/runtime/permissions/Cargo.toml +++ b/runtime/permissions/Cargo.toml @@ -23,6 +23,7 @@ log.workspace = true once_cell.workspace = true percent-encoding = { version = "2.3.1", features = [] } serde.workspace = true +thiserror.workspace = true which.workspace = true [target.'cfg(windows)'.dependencies] |