diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
| commit | 4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch) | |
| tree | 64f0b12c8e356d825adbc83bb6153a228cae22e8 /embassy-usb-dfu/Cargo.toml | |
| parent | fd1c1635419f8281edda3892f08a91f0e315667a (diff) | |
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-usb-dfu/Cargo.toml')
| -rw-r--r-- | embassy-usb-dfu/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml index 4a65c6895..e70ab970e 100644 --- a/embassy-usb-dfu/Cargo.toml +++ b/embassy-usb-dfu/Cargo.toml | |||
| @@ -49,6 +49,9 @@ esp32c3-hal = { version = "0.13.0", optional = true, default-features = false } | |||
| 49 | dfu = [] | 49 | dfu = [] |
| 50 | application = [] | 50 | application = [] |
| 51 | defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-usb/defmt"] | 51 | defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-usb/defmt"] |
| 52 | log = ["dep:log"] | ||
| 53 | cortex-m = ["dep:cortex-m"] | ||
| 54 | esp32c3-hal = ["dep:esp32c3-hal"] | ||
| 52 | ed25519-dalek = ["embassy-boot/ed25519-dalek", "_verify"] | 55 | ed25519-dalek = ["embassy-boot/ed25519-dalek", "_verify"] |
| 53 | ed25519-salty = ["embassy-boot/ed25519-salty", "_verify"] | 56 | ed25519-salty = ["embassy-boot/ed25519-salty", "_verify"] |
| 54 | 57 | ||
