Add licenses and crate info

This commit is contained in:
Joscha 2024-12-02 17:28:23 +01:00
parent cfd83df713
commit 55f228587f
4 changed files with 210 additions and 0 deletions

View file

@ -28,3 +28,10 @@ let page: String = html((
.render_to_string()
.unwrap();
```
## License
This entire project is dual-licensed under the [Apache 2.0] and [MIT] licenses.
[Apache 2.0]: LICENSE-APACHE
[MIT]: LICENSE-MIT