exp: client host and demo app using wasm/wasmtime
diff --git a/apps/client/hello/hello_rust/Cargo.toml b/apps/client/hello/hello_rust/Cargo.toml
new file mode 100644
index 0000000..4a0ef0e
--- /dev/null
+++ b/apps/client/hello/hello_rust/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "hello_rust"
+version = "0.1.0"
+edition = "2021"
+
+# [lib]
+# crate-type = ['cdylib']
+
+[dependencies]
+tui = "0.18.0"
+crossterm = "0.23.2"
+wasm-bindgen = "0.2.80"
\ No newline at end of file