vhost-device/Cargo.toml
Viresh Kumar cae4278e16 Convert to virtual manifest and add i2c workspace
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>
2021-08-19 09:52:14 +03:00

6 lines
42 B
TOML

[workspace]
members = [
"src/i2c",
]