update license in readme

This commit is contained in:
Nikolay Kim 2020-03-21 09:36:49 +06:00
parent a7bc9502e8
commit 68daf75e91
2 changed files with 8 additions and 1 deletions

View file

@ -2,9 +2,15 @@
<p><h1>ntex</h1> </p>
<p><strong>This is personal project, please, do not use it</strong> </p>
<p>
[![Build Status](https://travis-ci.org/fafhrd91/ntex.svg?branch=master)](https://travis-ci.org/fafhrd91/ntex)
[![codecov](https://codecov.io/gh/fafhrd91/btex/branch/master/graph/badge.svg)](https://codecov.io/gh/fafhrd91/ntex)
</p>
</div>
## License
This project is licensed under
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))

View file

@ -51,6 +51,7 @@ actix-tls = { version = "1.0.0" }
base64 = "0.11"
bitflags = "1.2"
bytes = "0.5.3"
bytestring = "0.1.4"
derive_more = "0.99.2"
either = "1.5.3"
encoding_rs = "0.8"