add project files
This commit is contained in:
parent
09dc56e2d3
commit
062e4847e1
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
.*.sw?
|
8
Cargo.toml
Normal file
8
Cargo.toml
Normal 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
2
rustfmt.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
max_width = 80
|
||||
wrap_comments = true
|
Reference in a new issue