1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-06-07 22:30:42 +00:00

keep fn on method handlers

This commit is contained in:
Dominic 2019-10-27 21:10:37 +01:00
parent 801b6076a0
commit b5d34602e4
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 25 additions and 19 deletions

View file

@ -19,6 +19,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "gitlab" }
[dependencies]
heck = "0.3.1"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["extra-traits", "full"] }