Skip to content

Commit

Permalink
Cargo.toml: Update Cargo toml with metadata
Browse files Browse the repository at this point in the history
This metadata would be required while publishing the crate.

Signed-off-by: Jinank Jain <[email protected]>
  • Loading branch information
jinankjain authored and russell-islam committed Oct 12, 2024
1 parent cd64a75 commit 8b2b1fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mshv-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ version = "0.3.0"
authors = ["Microsoft Authors"]
edition = "2021"
license = "Apache-2.0 OR BSD-3-Clause"
readme = "README.md"
keywords = ["mshv", "Microsoft Hypervisor"]
repository = "https://github.com/rust-vmm/mshv"
description = "Rust FFI bindings to MSHV headers generated using Rust bindgen"

[features]
fam-wrappers = []
Expand Down
4 changes: 4 additions & 0 deletions mshv-ioctls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ version = "0.3.0"
authors = ["Microsoft Authors"]
edition = "2021"
license = "Apache-2.0 OR BSD-3-Clause"
readme = "README.md"
keywords = ["mshv", "Microsoft Hypervisor"]
repository = "https://github.com/rust-vmm/mshv"
description = "Safe wrappers over MSHV ioctl"

[dependencies]
libc = ">=0.2.39"
Expand Down

0 comments on commit 8b2b1fe

Please sign in to comment.