mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-26 03:22:08 +03:00
46a0911c6d
rust-analyzer is happier with this because it understands the project structure out of the box. We aren't actually again adding a dependency on Rust/cargo in the core, this is only used to make `cargo build` work out of the box to build the Rust test code.
7 lines
274 B
TOML
7 lines
274 B
TOML
# Today, this repository only uses Rust for tests. This
|
|
# toplevel Cargo.toml helps tools like rust-analyzer understand
|
|
# that this project contains Rust code. We don't otherwise currently
|
|
# use `cargo` for any part of the core build.
|
|
[workspace]
|
|
members = ["tests/inst"]
|