summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml')
-rw-r--r--meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml b/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml
new file mode 100644
index 0000000000..fe619478a6
--- /dev/null
+++ b/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "hello"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]