File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed
Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ exclude = [
2727version = " 0.9.0"
2828edition = " 2021"
2929rust-version = " 1.79.0"
30+ license = " Apache-2.0"
31+ homepage = " https://github.com/hyperlight-dev/hyperlight"
32+ repository = " https://github.com/hyperlight-dev/hyperlight"
33+ readme = " README.md"
3034
3135[workspace .dependencies ]
3236mshv-bindings = { version = " =0.2.1" }
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ name = "hyperlight-common"
33version.workspace = true
44edition.workspace = true
55rust-version.workspace = true
6+ license.workspace = true
7+ homepage.workspace = true
8+ repository.workspace = true
9+ readme.workspace = true
10+ description = """
11+ Hyperlight's components common to host and guest.
12+ """
613
714[lints ]
815workspace = true
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ links = "c"
44version.workspace = true
55edition.workspace = true
66rust-version.workspace = true
7+ license.workspace = true
8+ homepage.workspace = true
9+ repository.workspace = true
10+ readme.workspace = true
11+ description = """
12+ Library to build guest applications for hyperlight.
13+ """
714
815[features ]
916default = [" libc" , " printf" , " alloca" ]
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ name = "hyperlight-host"
33version.workspace = true
44edition.workspace = true
55rust-version.workspace = true
6+ license.workspace = true
7+ homepage.workspace = true
8+ repository.workspace = true
9+ readme.workspace = true
10+ description = """
11+ A lightweight Virtual Machine Manager that can be hosted in an application to safely
12+ run untrusted or code within a VM partition with very low latency and overhead.
13+ """
614
715[lib ]
816# https://docs.rust-embedded.org/book/interoperability/rust-with-c.html
You can’t perform that action at this time.
0 commit comments