Initial commit

This commit is contained in:
Mathieu David 2015-07-06 14:21:59 +02:00
commit d5a8d7f3a1
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
target
Cargo.lock

4
Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[package]
name = "mdbook"
version = "0.0.1"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]

3
src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
#[test]
fn it_works() {
}