From a962ba9c853a797e9a41b2830ec0181b167d8cd9 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 10 Sep 2023 02:44:01 -0500 Subject: reorg --- lri-proto/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lri-proto/Cargo.toml (limited to 'lri-proto/Cargo.toml') diff --git a/lri-proto/Cargo.toml b/lri-proto/Cargo.toml new file mode 100644 index 0000000..2dd0cd7 --- /dev/null +++ b/lri-proto/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "lri-proto" +version = "0.1.0" +#authors = ["Daniel L. 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" -- cgit 1.4.1-3-g733a5