blob: e9b07039b38102b867172b1257cad38317fc0385 [file] [log] [blame]
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Elliott Hughesa013f1f2021-04-01 17:02:23 -07003version = 3
4
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07005[[package]]
6name = "protobuf"
David LeGare316092b2022-03-02 16:21:18 +00007version = "2.27.1"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07008source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare316092b2022-03-02 16:21:18 +00009checksum = "cf7e6d18738ecd0902d30d1ad232c9125985a3422929b16c65517b38adc14f96"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070010
11[[package]]
12name = "protobuf-codegen"
David LeGare316092b2022-03-02 16:21:18 +000013version = "2.27.1"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070014dependencies = [
15 "protobuf",
16]