File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ttrpc-compiler"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2018"
5
5
authors = [
" The AntFin Kata Team <[email protected] >" ]
6
6
license = " Apache-2.0"
7
7
keywords = [" compiler" , " ttrpc" , " protobuf" ]
8
8
description = " ttRPC compiler for ttrpc"
9
9
categories = [" network-programming" ]
10
+ repository = " https://github.com/containerd/ttrpc-rust/tree/master/compiler"
11
+ homepage = " https://github.com/containerd/ttrpc-rust/tree/master/compiler"
10
12
11
13
[dependencies ]
12
14
protobuf = " 2.0"
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ generate rust version ttrpc codes from proto files.
4
4
5
5
## Usage
6
6
7
- #### Option 1 - [ Manual Generation] ( https://github.com/containerd/ttrpc-rust#1-generate-with-protoc-command )
8
- #### Option 2 - [ Programmatic Generation] ( https://github.com/containerd/ttrpc-rust#2-generate-programmatically )
7
+ - [ Manual Generation] ( https://github.com/containerd/ttrpc-rust#1-generate-with-protoc-command ) uses ttrpc-compiler as a protoc plugin
8
+ - [ Programmatic Generation] ( https://github.com/containerd/ttrpc-rust#2-generate-programmatically ) uses ttrpc-compiler as a rust crate
You can’t perform that action at this time.
0 commit comments