mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-27 15:45:44 +00:00
This converts the Cargo.toml to a virtual manifest, removes the src/lib.rs file and adds basic workspace for i2c backend device. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
6 lines
42 B
TOML
6 lines
42 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"src/i2c",
|
|
]
|