[package] name = "dataforge-rpc-defs" description = "Grpc definitions for interfacing with a micro-sequencer" version = "0.0.1" edition = "2021" readme = "README.md" license-file = "LICENSE" authors = ["Kevin Chaves "] [dependencies] prost = "0.11.8" protobuf = "3.2.0" tonic = "0.8.3" [build-dependencies] tonic-build = "0.8.4"