mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Use IntoPattern for prefix resources
This commit is contained in:
parent
5eaaca9b2f
commit
c448c0beb0
3 changed files with 102 additions and 17 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue