Add field homepage and readme for Cargo.toml

Display readme on the crate's page.

Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
Tim Zhang
2021-01-25 14:50:43 +08:00
parent a58cd1d553
commit 9ac2f5d5ab

View File

@@ -8,6 +8,8 @@ license = "MIT OR Apache-2.0"
version = "0.2.2"
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>", "Levente Kurusa <lkurusa@acm.org>", "Sam Wilson <tecywiz121@hotmail.com>"]
edition = "2018"
homepage = "https://github.com/kata-containers/cgroups-rs"
readme = "README.md"
[dependencies]
log = "0.4"