add project files

pull/3/head
Szymon Walter 2018-03-18 17:41:56 +01:00
parent 09dc56e2d3
commit 062e4847e1
3 changed files with 15 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/target/
**/*.rs.bk
Cargo.lock
.*.sw?

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "ext2"
version = "0.1.0"
authors = ["Szymon Walter <walter.szymon.98@gmail.com>"]
[dependencies]
rlibc = "1.0"
bitflags = "1.0"

2
rustfmt.toml Normal file
View File

@ -0,0 +1,2 @@
max_width = 80
wrap_comments = true