Merge pull request #85 from vireshk/i2c/move-around

i2c: Move i2c to top folder
This commit is contained in:
Viresh Kumar 2022-01-06 14:33:34 +05:30 committed by GitHub
commit faae8d3569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[workspace]
members = [
"src/i2c",
"i2c",
]

View File

@ -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