Kaynağa Gözat

Add badges to Cargo.toml

Johannes Hofmann 8 yıl önce
ebeveyn
işleme
f9691932a3
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      Cargo.toml

+ 4
- 0
Cargo.toml Dosyayı Görüntüle

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