feat: using workspace crate deps (#3924)

* chore: workspace deps

* chore: use workspace deps
This commit is contained in:
Nathan.fooo
2023-11-12 21:18:27 +08:00
committed by GitHub
parent 7eb20b232a
commit 50e612511d
40 changed files with 437 additions and 339 deletions

View File

@ -7,10 +7,10 @@ edition = "2018"
[dependencies]
lazy_static = { version = "1.4.0" }
protobuf = { version = "2.28.0" }
tracing = { version = "0.1", features = ["log"] }
bytes = { version = "1.5" }
serde = "1.0"
protobuf.workspace = true
tracing.workspace = true
bytes.workspace = true
serde.workspace = true
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
lib-dispatch = { workspace = true }