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 <gerry@linux.alibaba.com>
This commit is contained in:
parent
e543bf2a8d
commit
576694bcfb
5 changed files with 186 additions and 3 deletions
|
|
@ -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 <gerry@linux.alibaba.com>"]
|
||||
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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue