rust-ipfs/regen_protobuf_structs.sh

5 lines
149 B
Bash
Raw Normal View History

#!/usr/bin/env sh
protoc --rust_out src/bitswap src/bitswap/bitswap_pb.proto
protoc --rust_out src/ipld/formats/pb src/ipld/formats/pb/dag_pb.proto