File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,10 @@ default-members = [
66 " src/hyperlight_testing" ,
77]
88members = [
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
2013exclude = [
2114 " src/tests/rust_guests/callbackguest" ,
2215 " src/tests/rust_guests/dummyguest" ,
@@ -33,7 +26,6 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3326readme = " README.md"
3427
3528[workspace .dependencies ]
36-
3729hyperlight-common = { path = " src/hyperlight_common" , version = " 0.2.0" , default-features = false }
3830hyperlight-host = { path = " src/hyperlight_host" , version = " 0.2.0" , default-features = false }
3931hyperlight-guest = { path = " src/hyperlight_guest" , version = " 0.2.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments