mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: using workspace crate deps (#3924)
* chore: workspace deps * chore: use workspace deps
This commit is contained in:
@ -12,8 +12,8 @@ lib-dispatch = { workspace = true }
|
||||
flowy-error = { workspace = true }
|
||||
|
||||
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
||||
protobuf = {version = "2.28.0"}
|
||||
bytes = { version = "1.5" }
|
||||
protobuf.workspace = true
|
||||
bytes.workspace = true
|
||||
strum_macros = "0.21"
|
||||
|
||||
[build-dependencies]
|
||||
|
Reference in New Issue
Block a user