diff options
| author | Caleb Garrett <[email protected]> | 2024-02-12 20:33:04 -0500 |
|---|---|---|
| committer | Caleb Garrett <[email protected]> | 2024-02-12 20:33:04 -0500 |
| commit | f0f1f2d14c6cb82ee1a4f452bdece2f98479c39f (patch) | |
| tree | add4622df0b14af14b7c5741e3212e16ca34b5d0 /examples/stm32f7/Cargo.toml | |
| parent | 37c869827e96fb17838f89a082f12c08f3177fff (diff) | |
Added HMAC example.
Diffstat (limited to 'examples/stm32f7/Cargo.toml')
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index a612c2554..736e81723 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml | |||
| @@ -29,6 +29,7 @@ critical-section = "1.1" | |||
| 29 | embedded-storage = "0.3.1" | 29 | embedded-storage = "0.3.1" |
| 30 | static_cell = "2" | 30 | static_cell = "2" |
| 31 | sha2 = { version = "0.10.8", default-features = false } | 31 | sha2 = { version = "0.10.8", default-features = false } |
| 32 | hmac = "0.12.1" | ||
| 32 | 33 | ||
| 33 | [profile.release] | 34 | [profile.release] |
| 34 | debug = 2 | 35 | debug = 2 |
