Merge pull request #85 from vireshk/i2c/move-around
i2c: Move i2c to top folder
This commit is contained in:
commit
faae8d3569
8 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue