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:
@ -9,12 +9,12 @@ edition = "2021"
|
||||
lib-dispatch = { path = "../lib-dispatch" }
|
||||
flowy-error = { path = "../flowy-error" }
|
||||
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
||||
protobuf = { version = "2.28.0" }
|
||||
bytes = { version = "1.4" }
|
||||
protobuf.workspace = true
|
||||
bytes.workspace = true
|
||||
strum_macros = "0.21"
|
||||
tracing = { version = "0.1" }
|
||||
tracing.workspace = true
|
||||
date_time_parser = { version = "0.2.0" }
|
||||
chrono = { version = "0.4.26" }
|
||||
chrono.workspace = true
|
||||
fancy-regex = { version = "0.11.0" }
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user