Merge pull request #28 from Tim-Zhang/update-cargo-toml

Add field homepage and readme for Cargo.toml
This commit is contained in:
Tim Zhang
2021-01-25 17:34:43 +08:00
committed by GitHub

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"