Skip to content

Commit b445f0b

Browse files
committed
Clean up workspace cargo.toml
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent cdbf6eb commit b445f0b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
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 }

0 commit comments

Comments
 (0)