diff options
Diffstat (limited to 'users/tazjin/presentations/tvix-eval-2023/wasm-fs-demo/Cargo.toml')
-rw-r--r-- | users/tazjin/presentations/tvix-eval-2023/wasm-fs-demo/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/tazjin/presentations/tvix-eval-2023/wasm-fs-demo/Cargo.toml b/users/tazjin/presentations/tvix-eval-2023/wasm-fs-demo/Cargo.toml new file mode 100644 index 000000000000..4a445065e441 --- /dev/null +++ b/users/tazjin/presentations/tvix-eval-2023/wasm-fs-demo/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "wasm-fs-demo" +version = "0.1.0" +edition = "2021" + +[dependencies] +yew = { version = "0.20.0", features = [ "csr" ]} |