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

appveyor support

This commit is contained in:
Nikolay Kim
2017-10-16 13:16:54 -07:00
parent f59f68eded
commit e55e08d204
3 changed files with 56 additions and 4 deletions

View File

@ -12,6 +12,11 @@ license = "Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
build = "build.rs"
[badges]
travis-ci = { repository = "fafhrd91/actix-web", branch = "master" }
appveyor = { repository = "fafhrd91/actix-web" }
codecov = { repository = "fafhrd91/actix-web", branch = "master", service = "github" }
[lib]
name = "actix_web"
path = "src/lib.rs"
@ -49,12 +54,11 @@ tokio-proto = "0.1"
log = "0.3"
env_logger = "*"
#actix = { git="https://github.com/fafhrd91/actix.git" }
[dependencies.actix]
#path = "../actix"
git = "https://github.com/fafhrd91/actix.git"
features = ["signal"]
default-features = false
features = []
[dev-dependencies]
skeptic = "0.13"