diff options
| author | diogo464 <[email protected]> | 2025-12-09 21:35:48 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-12-09 22:16:03 +0000 |
| commit | fafbda512ff81825e3e43925d7f6225dd4918528 (patch) | |
| tree | ef8efa08183763c4b4c250c69a7eedd6a6876d87 /Cargo.toml | |
| parent | 9e9e52b2afc6e4d1271a37f8b786b39afafe420e (diff) | |
updated Cargo.toml for publish
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 28 |
1 files changed, 14 insertions, 14 deletions
| @@ -16,25 +16,25 @@ defmt = ["dep:defmt", "embassy-net/defmt", "embassy-sync/defmt"] | |||
| 16 | tracing = ["dep:tracing"] | 16 | tracing = ["dep:tracing"] |
| 17 | 17 | ||
| 18 | [dependencies] | 18 | [dependencies] |
| 19 | embedded-mqtt = { path = "./embedded-mqtt" } | 19 | embedded-mqtt = { version = "0.1", path = "./embedded-mqtt" } |
| 20 | embassy-net = { version = "0.7.1", features = ["medium-ip", "proto-ipv4", "tcp", "dns"] } | 20 | embassy-net = { version = "0.7", features = ["medium-ip", "proto-ipv4", "tcp", "dns"] } |
| 21 | heapless = "0.9.2" | 21 | heapless = "0.9" |
| 22 | embassy-time = { version = "0.5.0" } | 22 | embassy-time = { version = "0.5" } |
| 23 | serde-json-core = "0.6.0" | 23 | serde-json-core = "0.6" |
| 24 | serde = { version = "1.0.228", default-features = false, features = ["derive"] } | 24 | serde = { version = "1", default-features = false, features = ["derive"] } |
| 25 | defmt = { version = "1.0.1", optional = true } | 25 | defmt = { version = "1", optional = true } |
| 26 | tracing = { version = "0.1", optional = true, default-features = false } | 26 | tracing = { version = "0.1", optional = true, default-features = false } |
| 27 | embassy-sync = { version = "0.7.2" } | 27 | embassy-sync = { version = "0.7" } |
| 28 | embassy-futures = "0.1.2" | 28 | embassy-futures = "0.1" |
| 29 | embedded-io-async = "0.6" | 29 | embedded-io-async = "0.6" |
| 30 | 30 | ||
| 31 | [dev-dependencies] | 31 | [dev-dependencies] |
| 32 | embassy-time = { version = "0.5.0", features = ["std"] } | 32 | embassy-time = { version = "0.5", features = ["std"] } |
| 33 | embassy-executor = { version = "0.9.1", features = ["arch-std", "executor-thread"] } | 33 | embassy-executor = { version = "0.9", features = ["arch-std", "executor-thread"] } |
| 34 | embassy-sync = { version = "0.7.2" } | 34 | embassy-sync = { version = "0.7" } |
| 35 | static_cell = "2.1.1" | 35 | static_cell = "2.1" |
| 36 | embedded-io-async = { version = "0.6", features = ["std"] } | 36 | embedded-io-async = { version = "0.6", features = ["std"] } |
| 37 | critical-section = { version = "1", features = ["std"] } | 37 | critical-section = { version = "1", features = ["std"] } |
| 38 | rand = "0.9.2" | 38 | rand = "0.9" |
| 39 | tracing-subscriber = "0.3" | 39 | tracing-subscriber = "0.3" |
| 40 | tracing = "0.1" | 40 | tracing = "0.1" |
