about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-06-12 20:30:36 -0500
committergennyble <gen@nyble.dev>2023-06-12 20:30:36 -0500
commit70187683361d97a8b5a251567323c323c90302f2 (patch)
treea9e0f5a3ad3af87e211a1f3436901c33fb302afc /Cargo.toml
parente47f278ec2958404b610ea997f8b2ddcb97bc9bb (diff)
downloadlri-rs-70187683361d97a8b5a251567323c323c90302f2.tar.gz
lri-rs-70187683361d97a8b5a251567323c323c90302f2.zip
dump LightHeader proto as text file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16cb94e..1650d6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,5 @@ unpacker = { path = "unpacker" }
 rawproc = { git = "https://github.com/eclecticnybles/gaze" }
 rawloader = "0.37.1"
 nalgebra = "0.31.4"
+protobuf-json-mapping = "3.2.0"
+protobuf = "3.2.0"