From 9ac2f5d5ab518c9a178d38bbec8f69cc8c49ccc6 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Mon, 25 Jan 2021 14:50:43 +0800 Subject: [PATCH] Add field homepage and readme for Cargo.toml Display readme on the crate's page. Signed-off-by: Tim Zhang --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f7a20bc..e5cf5ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ license = "MIT OR Apache-2.0" version = "0.2.2" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" +homepage = "https://github.com/kata-containers/cgroups-rs" +readme = "README.md" [dependencies] log = "0.4"