update license

This commit is contained in:
Nikolay Kim 2020-07-30 11:08:17 +06:00
parent 7130ebc45e
commit e48449c781
8 changed files with 8 additions and 8 deletions

View file

@ -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))

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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/"

View file

@ -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"

View file

@ -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"

View file

@ -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