Skip to content

Commit

Permalink
feat(core-api): add weaver protobuf codegen hyperledger#1556
Browse files Browse the repository at this point in the history
Rust code now gets generated from the Weaver protocol buffer definitions
Next step is to have the automated publishing set up.

Fixes hyperledger#1556

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jan 11, 2022
1 parent 15d4793 commit 287abee
Show file tree
Hide file tree
Showing 13 changed files with 2,264 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.config.json
.nyc_output/
dist/
target/
.DS_Store
node_modules/
docs/main
Expand Down
Loading

0 comments on commit 287abee

Please sign in to comment.