diff options
| author | diogo464 <[email protected]> | 2025-12-05 19:35:10 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-12-05 19:35:12 +0000 |
| commit | dae7894a23badc76ec571786b16a96fe24be46ac (patch) | |
| tree | 261864d3fb7fd7b9508c183d7136d2a3844d5867 /Cargo.toml | |
| parent | 3a3d635adddf5cb16a93827e688e061613a083d7 (diff) | |
added tracing as dev dependency
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -30,3 +30,4 @@ embedded-io-async = { version = "0.6", features = ["std"] } | |||
| 30 | critical-section = { version = "1", features = ["std"] } | 30 | critical-section = { version = "1", features = ["std"] } |
| 31 | rand = "0.9.2" | 31 | rand = "0.9.2" |
| 32 | tracing-subscriber = "0.3" | 32 | tracing-subscriber = "0.3" |
| 33 | tracing = "0.1" | ||
