add badges

This commit is contained in:
Nikolay Kim 2017-08-12 09:53:15 -07:00
parent 0abc39ef4f
commit e186b5d2b6
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ license = "Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
build = "build.rs"
[badges]
travis-ci = { repository = "PyO3/pyo3", branch = "master" }
appveyor = { repository = "PyO3/pyo3" }
[dependencies]
log = "0.3"
libc = "0.2"