diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
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" |