1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

add trybuild compile tests

This commit is contained in:
Rob Ede
2020-04-26 20:11:16 +01:00
parent 7d0cfe1b4d
commit 4c5568ed70
9 changed files with 52 additions and 4 deletions

View File

@ -8,7 +8,6 @@ documentation = "https://docs.rs/actix-macros/"
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
edition = "2018"
workspace = ".."
[lib]
proc-macro = true
@ -18,4 +17,7 @@ quote = "1.0.3"
syn = { version = "^1", features = ["full"] }
[dev-dependencies]
actix-rt = { version = "1.0.0" }
actix-rt = "1.0"
futures = "0.3"
trybuild = "1"