| 1 | [package] |
|---|---|
| 2 | name = "block-device-driver" |
| 3 | version = "0.2.0" |
| 4 | edition = "2021" |
| 5 | readme = "README.md" |
| 6 | rust-version = "1.75" |
| 7 | keywords = ["block", "device", "no_std"] |
| 8 | categories = ["filesystem"] |
| 9 | license = "MIT" |
| 10 | description = "" " |
| 11 | Block device trait |
| 12 | " "" |
| 13 | |
| 14 | [dependencies] |
| 15 | aligned = "0.4.2" |
| 16 |
