AppFlowy/rust-lib/flowy-protobuf/Cargo.toml
2021-07-04 23:31:33 +08:00

9 lines
214 B
TOML

[package]
name = "flowy-protobuf"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
protobuf = {version = "2.20.0"}