Set up CI with Azure Pipelines (#275)

This commit is contained in:
Carl Lerche
2019-07-30 10:29:00 -07:00
committed by GitHub
parent ae7d884582
commit e07a949665
14 changed files with 287 additions and 205 deletions
-7
View File
@@ -14,13 +14,6 @@ documentation = "https://docs.rs/bytes"
repository = "https://github.com/tokio-rs/bytes"
readme = "README.md"
keywords = ["buffers", "zero-copy", "io"]
exclude = [
".gitignore",
".travis.yml",
"deploy.sh",
"bench/**/*",
"test/**/*"
]
categories = ["network-programming", "data-structures"]
edition = "2018"