| commit | 0990ccff2590e5e701b72223a7429aa9355b19fc | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri May 13 16:12:38 2022 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri May 13 16:12:38 2022 +0400 |
| tree | e24b2ee55df1a86850f377d52f8a2e7e37f32972 | |
| parent | b080224657e528819dbf4a9858cc2574e37ba43e [diff] [blame] |
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