[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"