vhost/Cargo.toml
Viresh Kumar d4c021dea3 Convert to a workspace
Convert the vhost git repository into a crate, which hosts vhost crate
for now. Support for vhost-user-backend and other crates will be added
later on.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2022-10-11 11:59:25 +05:30

5 lines
47 B
TOML

[workspace]
members = [
"crates/vhost",
]