File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ version = "0.3.0"
4
4
authors = [" Microsoft Authors" ]
5
5
edition = " 2021"
6
6
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"
7
11
8
12
[features ]
9
13
fam-wrappers = []
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ version = "0.3.0"
4
4
authors = [" Microsoft Authors" ]
5
5
edition = " 2021"
6
6
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"
7
11
8
12
[dependencies ]
9
13
libc = " >=0.2.39"
You can’t perform that action at this time.
0 commit comments