diff -r 7544a7d7c819 -r 6a3dc15b78b9 tools/corrosion/test/cbindgen/rust2cpp/rust/Cargo.toml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/corrosion/test/cbindgen/rust2cpp/rust/Cargo.toml Wed Aug 28 15:31:51 2024 +0200 @@ -0,0 +1,10 @@ +[package] +name = "rust-lib" +version = "0.1.0" +license = "MIT" +edition = "2018" + +[dependencies] + +[lib] +crate-type=["staticlib"]