Эх сурвалжийг харах

Add readme, homepage and repo to Cargo.toml.

Jing Yang 4 жил өмнө
parent
commit
82aaf01170
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -5,6 +5,9 @@ authors = ["Jing Yang <ditsing@gmail.com>"]
 description = "A RPC framework for testing"
 edition = "2018"
 license = "MIT"
+readme = "README.md"
+repository = "https://github.com/ditsing/labrpc"
+homepage = "https://github.com/ditsing/labrpc"
 
 [dependencies]
 bytes = "1.0"