Skip to content

Commit

Permalink
Initial cargo scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
DataWraith committed Sep 17, 2016
1 parent 82c9ddb commit 122091c
Show file tree
Hide file tree
Showing 3 changed files with 14 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
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 = "bbt"
version = "0.1.0"
authors = ["Johannes Holzfuß <[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 test {
#[test]
fn it_works() {
}
}

0 comments on commit 122091c

Please sign in to comment.