mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-29 08:46:54 +00:00
Merge pull request #85 from vireshk/i2c/move-around
i2c: Move i2c to top folder
This commit is contained in:
commit
faae8d3569
@ -1,5 +1,5 @@
|
||||
[workspace]
|
||||
|
||||
members = [
|
||||
"src/i2c",
|
||||
"i2c",
|
||||
]
|
||||
|
||||
@ -8,7 +8,7 @@ crates.
|
||||
|
||||
Here is the list of device backends that we support:
|
||||
|
||||
- [I2C](https://github.com/rust-vmm/vhost-device/blob/master/src/i2c/README.md)
|
||||
- [I2C](https://github.com/rust-vmm/vhost-device/blob/master/i2c/README.md)
|
||||
|
||||
## Separation of Concerns
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user