mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-03 22:41:08 +00:00
13 lines
387 B
TOML
13 lines
387 B
TOML
![]() |
[package]
|
||
|
name = "flowy-error"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
||
|
derive_more = {version = "0.99", features = ["display"]}
|
||
|
lib-dispatch = { path = "../lib-dispatch" }
|
||
|
protobuf = {version = "2.20.0"}
|
||
|
bytes = "1.0"
|