Skip to content

Commit 38a5871

Browse files
committed
Add readme to Cargo.toml for compiler
So that the readme of github will display in crates.io. Signed-off-by: Tim Zhang <[email protected]>
1 parent 7e3634e commit 38a5871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-compiler"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <[email protected]>"]
66
license = "Apache-2.0"
@@ -9,6 +9,7 @@ description = "ttRPC compiler for ttrpc"
99
categories = ["network-programming"]
1010
repository = "https://github.com/containerd/ttrpc-rust/tree/master/compiler"
1111
homepage = "https://github.com/containerd/ttrpc-rust/tree/master/compiler"
12+
readme = "README.md"
1213

1314
[dependencies]
1415
protobuf = "2.0"

0 commit comments

Comments
 (0)