Skip to content

Commit

Permalink
add pbjson-types and compile_well_known_types support
Browse files Browse the repository at this point in the history
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
  • Loading branch information
Adphi committed Oct 12, 2024
1 parent 30fcad4 commit 37b3e52
Show file tree
Hide file tree
Showing 22 changed files with 21,576 additions and 9,519 deletions.
57 changes: 55 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ quote = "1"
proc-macro2 = "1"
proc-macro-error = "1"
darling = { version = "0.20", features = ["suggestions"] }
pbjson-build = "0.7.0"
pbjson = { version = "0.7.0" }
pbjson-types = "0.7.0"
serde = { version = "1.0.210", features = ["derive"] }

prost-validate = { version = "0.2.1", path = "prost-validate" }
prost-reflect-validate = { version = "0.2.1", path = "prost-reflect-validate" }
Expand Down
Loading

0 comments on commit 37b3e52

Please # to comment.