Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit eb9df29

Browse files
committed
Add a toplevel workspace Cargo.toml manifest
In preparation for merging the kvm-ioctls tree into this workspace. Signed-off-by: Manos Pitsidianakis <[email protected]>
1 parent 04347ed commit eb9df29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[workspace]
2+
resolver = "2"
3+
4+
members = [
5+
"kvm-bindings",
6+
]

0 commit comments

Comments
 (0)