mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
Add workspace Cargo.toml
This commit is contained in:
parent
8c5094d6fb
commit
e9ec6462bc
6
rust-bindings/rust/.gitignore
vendored
6
rust-bindings/rust/.gitignore
vendored
@ -1,7 +1,5 @@
|
||||
/.idea
|
||||
/tools
|
||||
/*/target
|
||||
**/*.rs.bk
|
||||
|
||||
/libostree-sys/Cargo.lock
|
||||
/libostree/Cargo.lock
|
||||
target/
|
||||
Cargo.lock
|
||||
|
5
rust-bindings/rust/Cargo.toml
Normal file
5
rust-bindings/rust/Cargo.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"libostree-sys",
|
||||
"libostree"
|
||||
]
|
Loading…
Reference in New Issue
Block a user