diff options
| author | kbleeke <[email protected]> | 2023-03-27 18:04:48 +0200 |
|---|---|---|
| committer | kbleeke <[email protected]> | 2023-03-27 19:00:20 +0200 |
| commit | 20ea35fc9639487eaa21f1dcee6c32d8a66a0fbb (patch) | |
| tree | 20b44e30e4bce17d3c5c6cc342c0888bf60c3bbe /Cargo.toml | |
| parent | d918919cb20a3b8139013638193c22b3744b0f1d (diff) | |
Move pio driver to separate crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index a307a6cc3..04a47a3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
| @@ -32,3 +32,9 @@ embassy-time = { git = "https://github.com/embassy-rs/embassy", rev = "e3f8020c3 | |||
| 32 | embassy-futures = { git = "https://github.com/embassy-rs/embassy", rev = "e3f8020c3bdf726dfa451b5b190f27191507a18f" } | 32 | embassy-futures = { git = "https://github.com/embassy-rs/embassy", rev = "e3f8020c3bdf726dfa451b5b190f27191507a18f" } |
| 33 | embassy-sync = { git = "https://github.com/embassy-rs/embassy", rev = "e3f8020c3bdf726dfa451b5b190f27191507a18f" } | 33 | embassy-sync = { git = "https://github.com/embassy-rs/embassy", rev = "e3f8020c3bdf726dfa451b5b190f27191507a18f" } |
| 34 | embassy-net-driver-channel = { git = "https://github.com/embassy-rs/embassy", rev = "e3f8020c3bdf726dfa451b5b190f27191507a18f" } | 34 | embassy-net-driver-channel = { git = "https://github.com/embassy-rs/embassy", rev = "e3f8020c3bdf726dfa451b5b190f27191507a18f" } |
| 35 | embassy-rp = { git = "https://github.com/embassy-rs/embassy", rev = "e3f8020c3bdf726dfa451b5b190f27191507a18f" } | ||
| 36 | |||
| 37 | [workspace] | ||
| 38 | members = ["cyw43-pio"] | ||
| 39 | default-members = ["cyw43-pio", "."] | ||
| 40 | exclude = ["examples"] \ No newline at end of file | ||
