Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 14, 2019
0 parents commit f8c88b0
Show file tree
Hide file tree
Showing 26 changed files with 2,710 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
**/*.rs.bk
274 changes: 274 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 = "velodyne-conv"
version = "0.1.0"
authors = ["newpavlov <[email protected]>"]
edition = "2018"

[dependencies]
velodyne = { path = "velodyne" }

[workspace]
members = ["velodyne"]
Loading

0 comments on commit f8c88b0

Please sign in to comment.