Skip to content

Commit 36539cb

Browse files
authored
Remove unused cargo dependency and cleanup workspace cargo.toml (#360)
* Clean up workspace cargo.toml Signed-off-by: Ludvig Liljenberg <[email protected]> * Remove unused dependencies envy Signed-off-by: Ludvig Liljenberg <[email protected]> --------- Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 29420da commit 36539cb

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,10 @@ default-members = [
66
"src/hyperlight_testing",
77
]
88
members = [
9-
"src/hyperlight_common",
10-
"src/hyperlight_guest",
11-
"src/hyperlight_host",
129
"src/hyperlight_guest_capi",
13-
"src/hyperlight_testing",
1410
"fuzz",
1511
]
16-
# Because hyperlight-guest has custom linker flags,
17-
# we exclude it from the default-members list
18-
# to avoid cargo test failing on it.
19-
# Same for the simpleguest and dummyguest tests below.
12+
# Guests have custom linker flags, so we need to exclude them from the workspace
2013
exclude = [
2114
"src/tests/rust_guests/callbackguest",
2215
"src/tests/rust_guests/dummyguest",
@@ -33,7 +26,6 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3326
readme = "README.md"
3427

3528
[workspace.dependencies]
36-
3729
hyperlight-common = { path = "src/hyperlight_common", version = "0.2.0", default-features = false }
3830
hyperlight-host = { path = "src/hyperlight_host", version = "0.2.0", default-features = false }
3931
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.2.0", default-features = false }

src/hyperlight_host/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ mshv-ioctls3 = { package="mshv-ioctls", version = "=0.3.2", optional = true}
8484
[dev-dependencies]
8585
uuid = { version = "1.16.0", features = ["v4"] }
8686
signal-hook-registry = "1.4.1"
87-
envy = { version = "0.4.2" }
8887
serde = "1.0"
8988
proptest = "1.6.0"
9089
tempfile = "3.19.0"

0 commit comments

Comments
 (0)