mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Update license
This commit is contained in:
parent
944e704ad2
commit
48eb1c5e54
60 changed files with 252 additions and 34 deletions
11
README.md
11
README.md
|
@ -6,7 +6,7 @@
|
|||
[](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
|
||||
[](https://crates.io/crates/ntex)
|
||||
[](https://docs.rs/ntex)
|
||||
[](https://blog.rust-lang.org/2022/12/15/Rust-1.66.0.html)
|
||||
[](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)
|
||||

|
||||
[](https://codecov.io/gh/ntex-rs/ntex)
|
||||
[](https://discord.gg/zBNyhVRz)
|
||||
|
@ -29,17 +29,20 @@ Starting ntex v0.5 async runtime must be selected as a feature. Available option
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
ntex = { version = "0.7", features = ["tokio"] }
|
||||
ntex = { version = "1.0", features = ["tokio"] }
|
||||
```
|
||||
|
||||
## Documentation & community resources
|
||||
|
||||
* [Documentation](https://ntex.rs)
|
||||
* [Docs.rs](https://docs.rs/ntex)
|
||||
* Minimum supported Rust version: 1.65 or later
|
||||
* Minimum supported Rust version: 1.75 or later
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under
|
||||
|
||||
* MIT license ([LICENSE](LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
|
||||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
||||
[http://www.apache.org/licenses/LICENSE-2.0])
|
||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
||||
[http://opensource.org/licenses/MIT])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue