Use main and test proc macro from ntex-macros

This commit is contained in:
Nikolay Kim 2021-02-24 13:25:22 +06:00
parent 0d9be13180
commit 819f5b2eaf
63 changed files with 297 additions and 414 deletions

View file

@ -16,5 +16,5 @@ syn = { version = "^1", features = ["full", "parsing"] }
proc-macro2 = "^1"
[dev-dependencies]
ntex = "0.1.6"
futures = "0.3.4"
ntex = "0.3.1"
futures = "0.3.13"