1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

move macros tests to codegen crate

This commit is contained in:
Nikolay Kim 2019-03-17 20:20:10 -07:00
parent a07ea00cc4
commit 88152740c6
2 changed files with 5 additions and 0 deletions

View file

@ -13,3 +13,8 @@ proc-macro = true
[dependencies]
quote = "0.6"
syn = { version = "0.15", features = ["full", "parsing"] }
[dev-dependencies]
actix-web = { path = ".." }
actix-http = { git = "https://github.com/actix/actix-http.git", features=["ssl"] }
actix-http-test = { git = "https://github.com/actix/actix-http.git", features=["ssl"] }