Initial commit
This commit is contained in:
commit
d5a8d7f3a1
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
target
|
||||
Cargo.lock
|
4
Cargo.toml
Normal file
4
Cargo.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[package]
|
||||
name = "mdbook"
|
||||
version = "0.0.1"
|
||||
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
|
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
@ -0,0 +1,3 @@
|
||||
#[test]
|
||||
fn it_works() {
|
||||
}
|
Loading…
Reference in New Issue
Block a user