ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/protos/Cargo.toml

13 lines
339 B
TOML

[package]
name = "protos"
version = "0.1.0"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "0.5"
protobuf = { version = "2.12", features = ["with-bytes"] }
protobuf-codegen-pure = "2.12"