diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-30 17:23:38 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-04-30 17:24:32 +0200 |
| commit | ecc910b76dbfa2064f42e6917a7b5654a89b81ed (patch) | |
| tree | eecff3cb7d6097fe1a29b97378db7e7fd01bfa02 /embassy-usb-synopsys-otg/Cargo.toml | |
| parent | 56a7b10064b830b1be1933085a5845d0d6be5f2e (diff) | |
Release embassy-usb-synopsys-otg v0.1.0
Diffstat (limited to 'embassy-usb-synopsys-otg/Cargo.toml')
| -rw-r--r-- | embassy-usb-synopsys-otg/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-usb-synopsys-otg/Cargo.toml b/embassy-usb-synopsys-otg/Cargo.toml index f117d0cbf..9397ff607 100644 --- a/embassy-usb-synopsys-otg/Cargo.toml +++ b/embassy-usb-synopsys-otg/Cargo.toml | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | name = "embassy-usb-synopsys-otg" | 2 | name = "embassy-usb-synopsys-otg" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | ||
| 5 | description = "`embassy-usb-driver` implementation for Synopsys OTG USB controllers" | 6 | description = "`embassy-usb-driver` implementation for Synopsys OTG USB controllers" |
| 6 | keywords = ["embedded", "async", "usb", "hal", "embedded-hal"] | 7 | keywords = ["embedded", "async", "usb", "hal", "embedded-hal"] |
| 7 | categories = ["embedded", "hardware-support", "no-std", "asynchronous"] | 8 | categories = ["embedded", "hardware-support", "no-std", "asynchronous"] |
