(rust) prost: added simple protobuf sample for testing
This commit is contained in:
@@ -12,4 +12,6 @@ dirs = "5.0.1"
|
||||
sqlx = { version = "0.8", features = [ "runtime-tokio", "sqlite", "chrono" ] }
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.42.0", features = ["full", "rt"] }
|
||||
prost = "0.13"
|
||||
proto = { path = "proto" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user