diff options
Diffstat (limited to 'ext/web/Cargo.toml')
-rw-r--r-- | ext/web/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 3d01e573d..ad44f5320 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -23,6 +23,7 @@ encoding_rs.workspace = true flate2 = { workspace = true, features = ["default"] } futures.workspace = true serde = "1.0.149" +thiserror.workspace = true tokio.workspace = true uuid = { workspace = true, features = ["serde"] } |