Johannes Hofmann пре 8 година
родитељ
комит
1a654f0d62
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      Cargo.toml

+ 3
- 1
Cargo.toml Прегледај датотеку

@@ -2,7 +2,6 @@
2 2
 name = "osmpbf"
3 3
 version = "0.1.0"
4 4
 authors = ["Johannes Hofmann <mail@b-r-u.org>"]
5
-license = "MIT/Apache-2.0"
6 5
 readme = "README.md"
7 6
 repository = "https://github.com/b-r-u/osmpbf"
8 7
 homepage = "https://github.com/b-r-u/osmpbf"
@@ -10,6 +9,9 @@ build = "build.rs"
10 9
 description = """
11 10
 A reader for the OpenStreetMap PBF file format (*.osm.pbf).
12 11
 """
12
+categories = ["parser-implementations", "encoding", "science"]
13
+keywords = ["openstreetmap", "osm", "pbf", "protocolbuffer", "protobuf"]
14
+license = "MIT/Apache-2.0"
13 15
 
14 16
 [features]
15 17
 default = ["system-libz"]