mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-28 16:29:45 +00:00
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>
8 lines
61 B
TOML
8 lines
61 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"gpio",
|
|
"i2c",
|
|
"rng",
|
|
]
|