AppFlowy/frontend/rust-lib/flowy-date/Cargo.toml
2023-10-02 15:12:24 +08:00

26 lines
703 B
TOML

[package]
name = "flowy-date"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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" }
strum_macros = "0.21"
tracing = { version = "0.1" }
date_time_parser = { version = "0.2.0" }
chrono = { version = "0.4.26" }
fancy-regex = { version = "0.11.0" }
[features]
dart = ["flowy-codegen/dart"]
ts = ["flowy-codegen/ts"]
[build-dependencies]
flowy-codegen = { path = "../../../shared-lib/flowy-codegen" }