From 576694bcfb09e7c78d812ed07dbc5377d283852a Mon Sep 17 00:00:00 2001 From: Liu Jiang Date: Mon, 22 Feb 2021 13:25:59 +0800 Subject: Prepare for publishing to crates.io Prepare for publishing to crates.io, 1) update README.md 2) update Cargo.toml 3) set code owners It should be ready for publishing now. Signed-off-by: Liu Jiang --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b8609f5..0cd15f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "vhost" version = "0.1.0" +keywords = ["vhost", "vhost-user", "virtio", "vdpa"] +description = "a pure rust library for vdpa, vhost and vhost-user" authors = ["Liu Jiang "] repository = "https://github.com/rust-vmm/vhost" +documentation = "https://docs.rs/vhost" +readme = "README.md" license = "Apache-2.0 or BSD-3-Clause" edition = "2018" -- cgit v1.2.3