Files
poky/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml
Otavio Salvador 1e3e20e92e oeqa/sdk: Add basic rust cargo test
Add a QA test to the SDK to test that a basic cargo build works.

[RP: Tweaked to work for multilibs and updated to match toolchain changes]

(From OE-Core rev: d0cfe587bc897e79ef01805cc9a42fbca28c883c)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-07-28 11:07:33 +01:00

7 lines
76 B
TOML

[package]
name = "hello"
version = "0.1.0"
edition = "2021"
[dependencies]