aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-15 00:52:13 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-15 00:56:59 +0200
commit288309b9d51830aada3d09311ff6da95faab78e1 (patch)
tree2256480f69f8e2aa36a568b1aa85a68bbe0da42d /embassy-net-driver/README.md
parentd07821d8516f39568066c6a0ccf0953f3fad5318 (diff)
net-driver: document crate.
Diffstat (limited to 'embassy-net-driver/README.md')
-rw-r--r--embassy-net-driver/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/embassy-net-driver/README.md b/embassy-net-driver/README.md
new file mode 100644
index 000000000..84f25492d
--- /dev/null
+++ b/embassy-net-driver/README.md
@@ -0,0 +1,12 @@
1# embassy-net-driver
2
3
4## License
5
6This work is licensed under either of
7
8- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
9 http://www.apache.org/licenses/LICENSE-2.0)
10- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
11
12at your option.