2023-05-17 08:33:44 +00:00
|
|
|
[package]
|
|
|
|
name = "flowy-config"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-17 09:14:34 +00:00
|
|
|
# workspace
|
|
|
|
flowy-sqlite = { workspace = true }
|
|
|
|
lib-dispatch = { workspace = true }
|
|
|
|
flowy-error = { workspace = true }
|
|
|
|
|
2023-05-17 08:33:44 +00:00
|
|
|
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
|
|
|
protobuf = {version = "2.28.0"}
|
2023-09-24 07:50:58 +00:00
|
|
|
bytes = { version = "1.5" }
|
2023-05-17 08:33:44 +00:00
|
|
|
strum_macros = "0.21"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
flowy-codegen = { path = "../../../shared-lib/flowy-codegen"}
|
|
|
|
|
|
|
|
[features]
|
|
|
|
dart = ["flowy-codegen/dart"]
|
|
|
|
ts = ["flowy-codegen/ts"]
|