blob: b2aa3f4e5e0ce4e28c95b4f354806dfc117d0d2c (
plain)
1
2
3
4
5
6
|
# 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"]
|