Browse Source

Add badges to Cargo.toml

Johannes Hofmann 8 years ago
parent
commit
f9691932a3
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Cargo.toml

+ 4
- 0
Cargo.toml View File

12
 keywords = ["openstreetmap", "osm", "pbf", "protocolbuffer", "protobuf"]
12
 keywords = ["openstreetmap", "osm", "pbf", "protocolbuffer", "protobuf"]
13
 license = "MIT/Apache-2.0"
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
 [features]
19
 [features]
16
 default = ["system-libz"]
20
 default = ["system-libz"]
17
 system-libz = ["flate2"]
21
 system-libz = ["flate2"]