aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/Cargo.toml
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-12-08 10:16:42 -0800
committerFelipe Balbi <[email protected]>2025-12-09 14:47:32 -0800
commitfee793cbf8a0bdd020636ce433cc0883105dd2db (patch)
treeab5cc7da66d3b462a8da58149ed5386e4452e873 /examples/mcxa/Cargo.toml
parentcf069b3e4e6a02660893ef8014e4ab69df6d46e0 (diff)
MCXA TRNG driver
Diffstat (limited to 'examples/mcxa/Cargo.toml')
-rw-r--r--examples/mcxa/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/mcxa/Cargo.toml b/examples/mcxa/Cargo.toml
index d07cc4272..347659f5b 100644
--- a/examples/mcxa/Cargo.toml
+++ b/examples/mcxa/Cargo.toml
@@ -21,6 +21,7 @@ embassy-time-driver = "0.2.1"
21embedded-io-async = "0.6.1" 21embedded-io-async = "0.6.1"
22heapless = "0.9.2" 22heapless = "0.9.2"
23panic-probe = { version = "1.0", features = ["print-defmt"] } 23panic-probe = { version = "1.0", features = ["print-defmt"] }
24rand_core = "0.9"
24static_cell = "2.1.1" 25static_cell = "2.1.1"
25tmp108 = "0.4.0" 26tmp108 = "0.4.0"
26 27