mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: add thiserror and anyhow dependencies
This commit is contained in:
parent
f9cc05319b
commit
bf88f9f95b
@ -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}
|
||||
|
@ -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"]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user