summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorstuebinm2022-11-05 13:37:41 +0100
committerstuebinm2022-11-05 13:37:41 +0100
commite618ae8742a2ca2739a12fe3869c534c4180c500 (patch)
treea9f272700f727008fef571dc3934c342dfa1a1f4 /Cargo.lock
parentf3daba4974b1e543e14e7a626bf2d0bcdcd4190f (diff)
better cli options
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bd62e27..1305cfb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -518,6 +518,17 @@ dependencies = [
]
[[package]]
+name = "protobuf-json-mapping"
+version = "3.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ce19fee00c35e62179f79d622f440c27466c9f8dff68ca907d8f59dfc8a88adb"
+dependencies = [
+ "protobuf",
+ "protobuf-support",
+ "thiserror",
+]
+
+[[package]]
name = "protobuf-parse"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -719,6 +730,7 @@ dependencies = [
"clap",
"protobuf",
"protobuf-codegen",
+ "protobuf-json-mapping",
"reqwest",
"tokio",
]