Cargo.toml 300 B

1234567891011121314151617
  1. [package]
  2. name = "rustdecisiondemo"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [build-dependencies]
  7. prost-build = "0.12"
  8. # cc = "1.0"
  9. [dependencies]
  10. prost = "0.12"
  11. lazy_static = "1.4"
  12. protobuf= "3.5"