diff options
Diffstat (limited to 'embassy-usb-synopsys-otg/Cargo.toml')
| -rw-r--r-- | embassy-usb-synopsys-otg/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/embassy-usb-synopsys-otg/Cargo.toml b/embassy-usb-synopsys-otg/Cargo.toml new file mode 100644 index 000000000..5693acc38 --- /dev/null +++ b/embassy-usb-synopsys-otg/Cargo.toml | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | [package] | ||
| 2 | name = "embassy-usb-synopsys-otg" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2021" | ||
| 5 | |||
| 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| 7 | |||
| 8 | [dependencies] | ||
| 9 | critical-section = "1.1" | ||
| 10 | futures = { version = "0.3.17", default-features = false } | ||
| 11 | |||
| 12 | embassy-sync = { version = "0.5.0", path = "../embassy-sync" } | ||
| 13 | embassy-usb-driver = {version = "0.1.0", path = "../embassy-usb-driver" } | ||
