rust-ipfs/regen_protobuf_structs.sh
2019-03-08 15:53:43 +01:00

6 lines
199 B
Bash
Executable File

#!/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
protoc --rust_out src/ipns src/ipns/ipns_pb.proto