blob: 23a2ce03b3172bdb3408736c141c82eb438f4cf6 [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"
Joel Galenson51065042021-09-22 11:15:48 -07007version = "2.25.1"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07008source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson51065042021-09-22 11:15:48 -07009checksum = "23129d50f2c9355ced935fce8a08bd706ee2e7ce2b3b33bf61dace0e379ac63a"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070010
11[[package]]
12name = "protobuf-codegen"
Joel Galenson51065042021-09-22 11:15:48 -070013version = "2.25.1"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070014dependencies = [
15 "protobuf",
16]