Skip to content

Commit 985d214

Browse files
committed
monorepo: Finalize repository tree layout
Reorganize files from `vfio` and `vfio-user`, and layout them like a monorepo. `Cargo.toml`s of workspace and `vfio-user` are modified accordingly. Signed-off-by: Ruoqing He <[email protected]>
1 parent a870972 commit 985d214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[workspace]
2-
members = ["vfio-bindings", "vfio-ioctls"]
2+
members = ["vfio-bindings", "vfio-ioctls", "vfio-user"]
33
resolver = "2"

vfio-user/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde = { version = "1.0.151", features = ["rc"] }
1818
serde_derive = "1.0.149"
1919
serde_json = "1.0.93"
2020
thiserror = "2.0.12"
21-
vfio-bindings = { version = "0.4.0", features = ["fam-wrappers"] }
21+
vfio-bindings = { version = "0.4.0", path = "../vfio-bindings", features = ["fam-wrappers"] }
2222
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-atomic"] }
2323
vmm-sys-util = "0.13.0"
2424

0 commit comments

Comments
 (0)