Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Generate skeleton using cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed May 15, 2017
0 parents commit 5b5feaa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
target/
**/*.rs.bk
Cargo.lock
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[package]
name = "catcsv"
version = "0.1.0"
authors = ["Eric Kidd <[email protected]>"]

[dependencies]
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}

0 comments on commit 5b5feaa

Please sign in to comment.