1 | [package] |
---|---|
2 | name = "sdio-host" |
3 | version = "0.5.0" |
4 | authors = ["Johan Kristell <johan@jott.se>", |
5 | "Richard Meadows <richard@richard.fish>"] |
6 | edition = "2018" |
7 | readme = "README.md" |
8 | license = "MIT OR Apache-2.0" |
9 | repository = "https://github.com/jkristell/sdio-host" |
10 | description = "SD host protocol library" |
11 | keywords = [ |
12 | "sd", |
13 | "sdio", |
14 | "sdmmc", |
15 | ] |
16 | categories = [ |
17 | "embedded", |
18 | "no-std", |
19 | ] |
20 |