Add licenses and crate info
This commit is contained in:
parent
cfd83df713
commit
55f228587f
4 changed files with 210 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue