vhost-device/Cargo.toml
Viresh Kumar 5caff0a8ad gpio: Add boilerplate code
This adds the boilerplate code and its dependencies to get the basic
structure for the gpio crate.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2022-03-31 09:09:32 +05:30

8 lines
61 B
TOML

[workspace]
members = [
"gpio",
"i2c",
"rng",
]