1234567891011121314151617 |
- [package]
- name = "rustdecisiondemo"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [build-dependencies]
- prost-build = "0.12"
- # cc = "1.0"
- [dependencies]
- prost = "0.12"
- lazy_static = "1.4"
- protobuf= "3.5"
|