소스 검색

Add badges to Cargo.toml

Johannes Hofmann 8 년 전
부모
커밋
f9691932a3
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      Cargo.toml

+ 4
- 0
Cargo.toml 파일 보기

@@ -12,6 +12,10 @@ categories = ["parser-implementations", "encoding", "science"]
12 12
 keywords = ["openstreetmap", "osm", "pbf", "protocolbuffer", "protobuf"]
13 13
 license = "MIT/Apache-2.0"
14 14
 
15
+[badges]
16
+travis-ci = { repository = "b-r-u/osmpbf" }
17
+appveyor = { repository = "b-r-u/osmpbf" }
18
+
15 19
 [features]
16 20
 default = ["system-libz"]
17 21
 system-libz = ["flate2"]