aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7/Cargo.toml
diff options
context:
space:
mode:
authorCaleb Garrett <[email protected]>2024-02-12 20:33:04 -0500
committerCaleb Garrett <[email protected]>2024-02-12 20:33:04 -0500
commitf0f1f2d14c6cb82ee1a4f452bdece2f98479c39f (patch)
treeadd4622df0b14af14b7c5741e3212e16ca34b5d0 /examples/stm32f7/Cargo.toml
parent37c869827e96fb17838f89a082f12c08f3177fff (diff)
Added HMAC example.
Diffstat (limited to 'examples/stm32f7/Cargo.toml')
-rw-r--r--examples/stm32f7/Cargo.toml1
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"
29embedded-storage = "0.3.1" 29embedded-storage = "0.3.1"
30static_cell = "2" 30static_cell = "2"
31sha2 = { version = "0.10.8", default-features = false } 31sha2 = { version = "0.10.8", default-features = false }
32hmac = "0.12.1"
32 33
33[profile.release] 34[profile.release]
34debug = 2 35debug = 2