Add workspace Cargo.toml

This commit is contained in:
Felix Krull 2018-10-16 18:20:03 +02:00 committed by Colin Walters
parent 8c5094d6fb
commit e9ec6462bc
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,5 @@
/.idea
/tools
/*/target
**/*.rs.bk
/libostree-sys/Cargo.lock
/libostree/Cargo.lock
target/
Cargo.lock

View File

@ -0,0 +1,5 @@
[workspace]
members = [
"libostree-sys",
"libostree"
]