mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 14:57:01 +00:00
basic diesel-middleware repo handling #7
This commit is contained in:
parent
16a83468ab
commit
73457f2fda
4 changed files with 28 additions and 5 deletions
|
@ -21,8 +21,9 @@ codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "g
|
|||
heck = "0.3.1"
|
||||
proc-macro2 = "1.0.6"
|
||||
quote = "1.0.2"
|
||||
syn = { version = "1.0.7", features = ["extra-traits", "full"] }
|
||||
syn = { version = "1.0.13", features = ["extra-traits", "full"] }
|
||||
|
||||
[features]
|
||||
default = ["openapi"]
|
||||
default = []
|
||||
database = []
|
||||
openapi = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue