diff options
| author | Mathias <[email protected]> | 2022-10-11 09:19:55 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-10-11 09:19:55 +0200 |
| commit | aff265a7f59acf84216a8127df23fd89cb62edbd (patch) | |
| tree | 0e629de56f19b09efdb1226f9f7e5f1b1d00b28a /embassy-executor | |
| parent | 79cee7415110817b529a68848247a86708bcd6af (diff) | |
| parent | 9d5b524bb083310c2e1753859ebc9fca080a4238 (diff) | |
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-stm32/rtc
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index fa3d0b2b6..d0f51646d 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -2,12 +2,13 @@ | |||
| 2 | name = "embassy-executor" | 2 | name = "embassy-executor" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | ||
| 5 | 6 | ||
| 6 | 7 | ||
| 7 | [package.metadata.embassy_docs] | 8 | [package.metadata.embassy_docs] |
| 8 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-v$VERSION/embassy-executor/src/" | 9 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-v$VERSION/embassy-executor/src/" |
| 9 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor/src/" | 10 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor/src/" |
| 10 | features = ["nightly", "defmt", "unstable-traits"] | 11 | features = ["nightly", "defmt"] |
| 11 | flavors = [ | 12 | flavors = [ |
| 12 | { name = "std", target = "x86_64-unknown-linux-gnu", features = ["std"] }, | 13 | { name = "std", target = "x86_64-unknown-linux-gnu", features = ["std"] }, |
| 13 | { name = "wasm", target = "wasm32-unknown-unknown", features = ["wasm"] }, | 14 | { name = "wasm", target = "wasm32-unknown-unknown", features = ["wasm"] }, |
