vhost-device/Cargo.toml
Viresh Kumar 677b897576 i2c: Move i2c to top folder
The workspace section in Rust documentation suggests adding new crates
in the top level directory itself instead of the src folder. Remove the
top level src folder.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2022-01-05 11:09:33 +05:30

6 lines
38 B
TOML

[workspace]
members = [
"i2c",
]