mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
update license in readme
This commit is contained in:
parent
a7bc9502e8
commit
68daf75e91
2 changed files with 8 additions and 1 deletions
|
@ -2,9 +2,15 @@
|
||||||
<p><h1>ntex</h1> </p>
|
<p><h1>ntex</h1> </p>
|
||||||
<p><strong>This is personal project, please, do not use it</strong> </p>
|
<p><strong>This is personal project, please, do not use it</strong> </p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
[](https://travis-ci.org/fafhrd91/ntex)
|
[](https://travis-ci.org/fafhrd91/ntex)
|
||||||
[](https://codecov.io/gh/fafhrd91/ntex)
|
[](https://codecov.io/gh/fafhrd91/ntex)
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under
|
||||||
|
|
||||||
|
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
|
||||||
|
|
|
@ -51,6 +51,7 @@ actix-tls = { version = "1.0.0" }
|
||||||
base64 = "0.11"
|
base64 = "0.11"
|
||||||
bitflags = "1.2"
|
bitflags = "1.2"
|
||||||
bytes = "0.5.3"
|
bytes = "0.5.3"
|
||||||
|
bytestring = "0.1.4"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
either = "1.5.3"
|
either = "1.5.3"
|
||||||
encoding_rs = "0.8"
|
encoding_rs = "0.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue