1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 08:24:28 +02:00

Remove AppVeyor config

This commit is contained in:
Yuki Okushi
2020-05-31 16:32:59 +09:00
parent 621ebec01a
commit 5286b8aed7
3 changed files with 1 additions and 83 deletions

View File

@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous",
"web-programming::http-server",
"web-programming::websocket"]
license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
exclude = [".gitignore", ".cargo/config"]
edition = "2018"
workspace = ".."