mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
update license
This commit is contained in:
parent
7130ebc45e
commit
e48449c781
8 changed files with 8 additions and 8 deletions
|
@ -30,4 +30,4 @@
|
|||
|
||||
This project is licensed under
|
||||
|
||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
|
||||
* MIT license ([LICENSE](LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ntex-codec"
|
||||
version = "0.1.2"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "Utilities for encoding and decoding frames"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
homepage = "https://ntex.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@ name = "ntex-macros"
|
|||
version = "0.1.0"
|
||||
description = "ntex proc macros"
|
||||
readme = "README.md"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ntex-router"
|
||||
version = "0.3.5"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "Path router"
|
||||
keywords = ["ntex"]
|
||||
repository = "https://github.com/ntex-rs/ntex.git"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ntex-rt-macros"
|
||||
version = "0.1.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime macros"
|
||||
repository = "https://github.com/ntex-rs/ntex"
|
||||
documentation = "https://docs.rs/ntex-rt-macros/"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.1.1"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
homepage = "https://ntex.rs"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ntex-service"
|
||||
version = "0.1.3"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex service"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
homepage = "https://ntex.rs"
|
||||
|
|
|
@ -74,7 +74,7 @@ serde_urlencoded = "0.6.1"
|
|||
socket2 = "0.3.12"
|
||||
url = "2.1"
|
||||
time = { version = "0.2.11", default-features = false, features = ["std"] }
|
||||
coo-kie = { version = "0.14.1", package = "cookie", optional = true }
|
||||
coo-kie = { version = "0.14.2", package = "cookie", optional = true }
|
||||
tokio = "0.2.6"
|
||||
|
||||
# resolver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue