We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cb1d6 commit f4096e8Copy full SHA for f4096e8
Cargo.toml
@@ -3,6 +3,12 @@ name = "osm_transit_extractor"
3
version = "0.2.0"
4
authors = ["Pascal Rhod <pascal.rhod@canaltp.fr>", "Noémie Lehuby <noemie.lehuby@canaltp.fr>"]
5
edition="2018"
6
+license = "AGPL-3.0"
7
+repository = "https://github.com/CanalTP/osm-transit-extractor"
8
+description = "Extract public transport data from an OpenStreetMap file"
9
+
10
+[badges]
11
+travis-ci = { repository = "CanalTP/osm-transit-extractor" }
12
13
[dependencies]
14
csv = "1.0.7"
0 commit comments