about summary refs log tree commit diff
path: root/lri-proto/Cargo.toml
blob: 2dd0cd7d566bf5f4d6c719731c2ce0ecfb3c0cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "lri-proto"
version = "0.1.0"
#authors = ["Daniel L. Lu <daniel@lawrence.lu>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
protobuf = { version = "3.2", features = ["with-bytes"] }

[build-dependencies]
protobuf-codegen = "3"