blob: 1737608d85be7a6fbc9efcb0f3642f62b7f95827 [file] [log] [blame]
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001[package]
2name = "compile_with_bazel"
3version = "0.0.0"
4
5# Mandatory (or Cargo tooling is unhappy)
6[lib]
7path = "fake_lib.rs"
8
9[dependencies]
Lorenz Brund141d182023-10-02 15:07:01 +020010protoc-gen-prost = "0.2.3"