build-sys: Add toplevel workspace Cargo.toml
authorColin Walters <walters@verbum.org>
Thu, 15 Apr 2021 15:13:31 +0000 (11:13 -0400)
committerColin Walters <walters@verbum.org>
Thu, 15 Apr 2021 16:33:34 +0000 (12:33 -0400)
commit46a0911c6d3999e36a10861c94f0c48c033a46f2
tree12887858fbe065e71540bb94968005dfd97fab5b
parent36693f064c63dad550ebcfed33bf9b95806ddef9
build-sys: Add toplevel workspace Cargo.toml

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.
Cargo.toml [new file with mode: 0644]
Makefile.am
tests/inst/.gitignore [deleted file]
tests/kolainst/Makefile