https://github.com/fluo10/caretta-sync-proto
https://github.com/fluo10/caretta-sync-proto
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluo10/caretta-sync-proto
- Owner: fluo10
- License: apache-2.0
- Created: 2025-10-21T03:05:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-09T02:12:54.000Z (9 months ago)
- Last Synced: 2025-11-09T04:10:56.677Z (9 months ago)
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# caretta-sync-proto
Protobuf definitions for [caretta-sync](https://github.com/fluo10/caretta-sync).
## Usage
### Installation
Add this repository and [mtid-proto](https://github.com/fluo10/mtid-proto) (imported by some protobuf files in this repository) to your project.
```bash
git submodule add https://github.com/fluo10/caretta-sync-proto
git submodule add https://github.com/fluo10/mtid-proto
```
### Compilation
You must specify the added directories using the `--proto_path` option during compilation.
```bash
protoc --proto_path=mtid-proto --proto_path=caretta-sync-proto --rust_out=BUILD_DIR authorized_node/authorized_node.proto
```
## License
Licensed under either of:
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE))
- MIT License ([LICENSE-MIT](LICENSE-MIT))
at your option.