Skip to content

Commit

Permalink
feat(core-api): add weaver protobuf codegen hyperledger-cacti#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.

To test the rust build, you need to run either one of the following:

`yarn lerna run proto:protoc-gen-rust` (from the project root)

or a regular cargo build from the core-api package directory, e.g.:

```sh
cd packages/cactus-core-api/
cargo build
```

Fixes hyperledger-cacti#1556

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jan 18, 2022
1 parent 09e3034 commit 49dc56f
Show file tree
Hide file tree
Showing 12 changed files with 2,240 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 49dc56f

Please sign in to comment.