aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-12-05 19:35:10 +0000
committerdiogo464 <[email protected]>2025-12-05 19:35:12 +0000
commitdae7894a23badc76ec571786b16a96fe24be46ac (patch)
tree261864d3fb7fd7b9508c183d7136d2a3844d5867 /Cargo.toml
parent3a3d635adddf5cb16a93827e688e061613a083d7 (diff)
added tracing as dev dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38ada69..13a11fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,3 +30,4 @@ embedded-io-async = { version = "0.6", features = ["std"] }
30critical-section = { version = "1", features = ["std"] } 30critical-section = { version = "1", features = ["std"] }
31rand = "0.9.2" 31rand = "0.9.2"
32tracing-subscriber = "0.3" 32tracing-subscriber = "0.3"
33tracing = "0.1"