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>
5 lines
38 B
TOML
5 lines
38 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"i2c",
|
|
]
|