mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 01:32:57 +01:00
move macros tests to codegen crate
This commit is contained in:
parent
a07ea00cc4
commit
88152740c6
@ -13,3 +13,8 @@ proc-macro = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
quote = "0.6"
|
quote = "0.6"
|
||||||
syn = { version = "0.15", features = ["full", "parsing"] }
|
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"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user