ad28f78741
* web/pwcrypt: bump wasm-bindgen * corp/tvixbolt: bump wasm-bindgen * corp/rih/frontend: bump wasm-bindgen * corp/predlozhnik: bump wasm-bindgen * 3p/overlays: set hiPrio on nixpkgs-review package There is some upstream bug causing a conflict with the ZSH completion files generated by home-manager. Change-Id: Ibe5de5564d3214d48469abe175cbebe5356acf74 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9046 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
12 lines
192 B
TOML
12 lines
192 B
TOML
[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.87"
|