aboutsummaryrefslogtreecommitdiff
path: root/README.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'README.tpl')
-rw-r--r--README.tpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.tpl b/README.tpl
new file mode 100644
index 0000000..dba64ff
--- /dev/null
+++ b/README.tpl
@@ -0,0 +1,15 @@
1# {{crate}}
2
3[![Crates.io](https://img.shields.io/crates/v/embassy-ha.svg)](https://crates.io/crates/embassy-ha)
4[![Documentation](https://docs.rs/embassy-ha/badge.svg)](https://docs.rs/embassy-ha)
5
6{{readme}}
7
8## License
9
10Licensed under either of:
11
12- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or 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.