Skip to content

Commit

Permalink
add docs.rs metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLyte committed Nov 9, 2022
1 parent 8dc8c22 commit 310f4c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license = "GPL-3.0-or-later"
keywords = ["apple", "hypervisor", "macos", "virtualization", "aarch64"]
categories = ["os::macos-apis", "hardware-support", "api-bindings"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
applevisor-sys = { path = "./applevisor-sys", version = "0.1.0" }
applevisor-sys = { path = "./applevisor-sys", version = "0.1.0" }

[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]

0 comments on commit 310f4c1

Please sign in to comment.