Sfoglia il codice sorgente

Add badges to Cargo.toml

Johannes Hofmann 8 anni fa
parent
commit
f9691932a3
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      Cargo.toml

+ 4
- 0
Cargo.toml Vedi File

@@ -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"]