Use IntoPattern for prefix resources

This commit is contained in:
Nikolay Kim 2021-03-16 10:39:12 +06:00
parent 5eaaca9b2f
commit c448c0beb0
3 changed files with 102 additions and 17 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-router"
version = "0.4.1"
version = "0.4.2"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Path router"
keywords = ["ntex"]
@ -17,12 +17,12 @@ path = "src/lib.rs"
default = ["http"]
[dependencies]
regex = "1.4.1"
serde = "1.0.116"
regex = "1.4"
serde = "1.0"
bytestring = "1.0"
log = "0.4.8"
http = { version = "0.2.1", optional = true }
log = "0.4"
http = { version = "0.2", optional = true }
[dev-dependencies]
http = "0.2.1"
http = "0.2"
serde_derive = "1.0"