Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jperelli committed Jul 24, 2019
0 parents commit 46c8c5f
Show file tree
Hide file tree
Showing 6 changed files with 1,037 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/target
**/*.rs.bk
*.pbf
.vscode
137 changes: 137 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "osmptparser"
version = "0.0.1"
authors = ["Julian Perelli <[email protected]>"]
edition = "2018"
license = "AGPL-3.0-or-later"
readme = "README.md"

[dependencies]
osm_pbf_iter = { git = "https://github.com/astro/rust-osm-pbf-iter" }
num_cpus = "^1.10"
Loading

0 comments on commit 46c8c5f

Please sign in to comment.