Skip to content

Commit 8b2b1fe

Browse files
jinankjainrussell-islam
authored andcommitted
Cargo.toml: Update Cargo toml with metadata
This metadata would be required while publishing the crate. Signed-off-by: Jinank Jain <[email protected]>
1 parent cd64a75 commit 8b2b1fe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: mshv-bindings/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = "0.3.0"
44
authors = ["Microsoft Authors"]
55
edition = "2021"
66
license = "Apache-2.0 OR BSD-3-Clause"
7+
readme = "README.md"
8+
keywords = ["mshv", "Microsoft Hypervisor"]
9+
repository = "https://github.com/rust-vmm/mshv"
10+
description = "Rust FFI bindings to MSHV headers generated using Rust bindgen"
711

812
[features]
913
fam-wrappers = []

Diff for: mshv-ioctls/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = "0.3.0"
44
authors = ["Microsoft Authors"]
55
edition = "2021"
66
license = "Apache-2.0 OR BSD-3-Clause"
7+
readme = "README.md"
8+
keywords = ["mshv", "Microsoft Hypervisor"]
9+
repository = "https://github.com/rust-vmm/mshv"
10+
description = "Safe wrappers over MSHV ioctl"
711

812
[dependencies]
913
libc = ">=0.2.39"

0 commit comments

Comments
 (0)