2022-03-02 07:10:53 +00:00
|
|
|
[package]
|
|
|
|
name = "flowy-grid"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-03-02 14:43:04 +00:00
|
|
|
flowy-grid-data-model = { path = "../../../shared-lib/flowy-grid-data-model" }
|
|
|
|
lib-dispatch = { path = "../lib-dispatch" }
|
|
|
|
lib-infra = { path = "../../../shared-lib/lib-infra" }
|
|
|
|
flowy-error = { path = "../flowy-error"}
|
|
|
|
strum = "0.21"
|
|
|
|
strum_macros = "0.21"
|
|
|
|
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
|
|
|
tracing = { version = "0.1", features = ["log"] }
|
|
|
|
protobuf = {version = "2.18.0"}
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
lib-infra = { path = "../../../shared-lib/lib-infra", features = ["protobuf_file_gen", "proto_gen"] }
|
|
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
dart = ["lib-infra/dart"]
|