about summary refs log tree commit diff
path: root/users/tazjin/presentations/tvix-eval-2023/wasm-fs-demo/Cargo.toml
blob: 4a445065e441df0145fd44a89b8e6073bf3cd9ba (plain) (blame)
1
2
3
4
5
6
7
[package]
name = "wasm-fs-demo"
version = "0.1.0"
edition = "2021"

[dependencies]
yew = { version = "0.20.0", features = [ "csr" ]}