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-12-30 23:29:40 +00:00
|
|
|
flowy-derive.workspace = true
|
2023-11-12 13:18:27 +00:00
|
|
|
protobuf.workspace = true
|
|
|
|
bytes.workspace = true
|
2023-05-17 08:33:44 +00:00
|
|
|
strum_macros = "0.21"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2023-12-30 23:29:40 +00:00
|
|
|
flowy-codegen.workspace = true
|
2023-05-17 08:33:44 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
dart = ["flowy-codegen/dart"]
|
2024-01-29 21:36:27 +00:00
|
|
|
tauri_ts = ["flowy-codegen/ts"]
|