aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-macros/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-07 00:43:18 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-07 00:48:30 +0100
commitac2aec4e7a8e8a4c17c611810d382892398c9eb7 (patch)
tree6ac62c9f6d41e53d0f7f6d9737b1c0c206e531b3 /embassy-executor-macros/README.md
parentad2d9040d9f36d2523a22752e98f24c661643cb7 (diff)
executor: rename macro crate to embassy-executor-macros, bump it.
Diffstat (limited to 'embassy-executor-macros/README.md')
-rw-r--r--embassy-executor-macros/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/embassy-executor-macros/README.md b/embassy-executor-macros/README.md
new file mode 100644
index 000000000..a959c85d5
--- /dev/null
+++ b/embassy-executor-macros/README.md
@@ -0,0 +1,15 @@
1# embassy-executor-macros
2
3An [Embassy](https://embassy.dev) project.
4
5NOTE: Do not use this crate directly. The macros are re-exported by `embassy-executor`.
6
7## License
8
9This work is licensed under either of
10
11- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
12 <http://www.apache.org/licenses/LICENSE-2.0>)
13- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
14
15at your option.