about summary refs log tree commit diff
path: root/users/tazjin/predlozhnik/Cargo.toml
blob: a47503533b14d0ef2ecb25f4d3e394e274e1fa9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "predlozhnik"
version = "0.1.0"
edition = "2021"

[dependencies]
maplit = "1.0"
lazy_static = "1.4"
yew = "0.19"

# needs to be in sync with nixpkgs
wasm-bindgen = "= 0.2.81"