aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-macros
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-12 00:32:47 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-12 00:32:47 +0100
commit6a1c415a4c731f06e5ebf6932bd53168d89152c9 (patch)
tree864a4d26f5ef7ab994024908cc6695183a8d68f3 /embassy-executor-macros
parent583f6d9cc55627906ab39a4b6c741d543f3704c7 (diff)
Complete cargo.tomls more.
Diffstat (limited to 'embassy-executor-macros')
-rw-r--r--embassy-executor-macros/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-executor-macros/Cargo.toml b/embassy-executor-macros/Cargo.toml
index 6ea7ddb71..57335e1e1 100644
--- a/embassy-executor-macros/Cargo.toml
+++ b/embassy-executor-macros/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "macros for creating the entry point and tasks for embassy-executor" 6description = "macros for creating the entry point and tasks for embassy-executor"
7repository = "https://github.com/embassy-rs/embassy" 7repository = "https://github.com/embassy-rs/embassy"
8documentation = "https://docs.embassy.dev/embassy-executor-macros"
8categories = [ 9categories = [
9 "embedded", 10 "embedded",
10 "no-std", 11 "no-std",
@@ -21,4 +22,4 @@ proc-macro2 = "1.0.29"
21proc-macro = true 22proc-macro = true
22 23
23[features] 24[features]
24nightly = [] \ No newline at end of file 25nightly = []