Trying to use the prost
Some checks failed
ci/woodpecker/push/code_tests Pipeline failed
ci/woodpecker/push/pre_commit_test Pipeline failed

This commit is contained in:
2025-11-28 19:18:04 +01:00
parent 56aa1e1bbf
commit 2052178ebf
8 changed files with 52 additions and 78 deletions

View File

@@ -4,7 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
prost = "0.14.1"
uuid = { version = "1.18.1", features = ["v4"] }
[build-dependencies]
tonic-prost-build = "0.14.2"
prost-build = "0.14.1"
prost-types = "0.14.1"