mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-29 17:09:25 +00:00
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>
6 lines
38 B
TOML
6 lines
38 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"i2c",
|
|
]
|