mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-25 10:04:14 +03:00
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"]
|