aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 22:47:05 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 23:01:24 +0100
commitf0606da9adc8032cc92c06c0661b385742459fc8 (patch)
treeccff465740429fa86f3455312ae02eab1170f8d4 /embassy-time/Cargo.toml
parentb3ab2d91f7ed48e6a377661e7e504cb0ae0091a3 (diff)
time: split queue driver too, don't reexport drivers.
Diffstat (limited to 'embassy-time/Cargo.toml')
-rw-r--r--embassy-time/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml
index 729a2bd4f..f27de8ab4 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -398,6 +398,7 @@ tick-hz-5_242_880_000 = ["embassy-time-driver/tick-hz-5_242_880_000"]
398 398
399[dependencies] 399[dependencies]
400embassy-time-driver = { version = "0.1.0", path = "../embassy-time-driver" } 400embassy-time-driver = { version = "0.1.0", path = "../embassy-time-driver" }
401embassy-time-queue-driver = { version = "0.1.0", path = "../embassy-time-queue-driver" }
401 402
402defmt = { version = "0.3", optional = true } 403defmt = { version = "0.3", optional = true }
403log = { version = "0.4.14", optional = true } 404log = { version = "0.4.14", optional = true }