mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
12 lines
339 B
TOML
12 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"
|