diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 22:47:05 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 23:01:24 +0100 |
| commit | f0606da9adc8032cc92c06c0661b385742459fc8 (patch) | |
| tree | ccff465740429fa86f3455312ae02eab1170f8d4 /embassy-time/Cargo.toml | |
| parent | b3ab2d91f7ed48e6a377661e7e504cb0ae0091a3 (diff) | |
time: split queue driver too, don't reexport drivers.
Diffstat (limited to 'embassy-time/Cargo.toml')
| -rw-r--r-- | embassy-time/Cargo.toml | 1 |
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] |
| 400 | embassy-time-driver = { version = "0.1.0", path = "../embassy-time-driver" } | 400 | embassy-time-driver = { version = "0.1.0", path = "../embassy-time-driver" } |
| 401 | embassy-time-queue-driver = { version = "0.1.0", path = "../embassy-time-queue-driver" } | ||
| 401 | 402 | ||
| 402 | defmt = { version = "0.3", optional = true } | 403 | defmt = { version = "0.3", optional = true } |
| 403 | log = { version = "0.4.14", optional = true } | 404 | log = { version = "0.4.14", optional = true } |
