feat: add thiserror and anyhow dependencies

This commit is contained in:
Iñigo Iparragirre 2022-12-20 10:58:47 +01:00
parent f9cc05319b
commit bf88f9f95b
No known key found for this signature in database
GPG Key ID: 51F62D827AFD3ED1
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ flowy-error-code = { path = "../../../shared-lib/flowy-error-code"}
lib-dispatch = { path = "../lib-dispatch" }
protobuf = {version = "2.20.0"}
bytes = "1.0"
anyhow = "1.0"
thiserror = "1.0"
flowy-sync = { path = "../../../shared-lib/flowy-sync", optional = true}

View File

@ -9,6 +9,7 @@ edition = "2018"
flowy-derive = { path = "../flowy-derive" }
protobuf = {version = "2.18.0"}
derive_more = {version = "0.99", features = ["display"]}
thiserror = "1.0"
[build-dependencies]
flowy-codegen= { path = "../flowy-codegen", features = ["proto_gen"]}