about summary refs log tree commit diff
path: root/corp/russian/predlozhnik/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'corp/russian/predlozhnik/Cargo.toml')
-rw-r--r--corp/russian/predlozhnik/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/corp/russian/predlozhnik/Cargo.toml b/corp/russian/predlozhnik/Cargo.toml
new file mode 100644
index 0000000000..87537b560b
--- /dev/null
+++ b/corp/russian/predlozhnik/Cargo.toml
@@ -0,0 +1,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.91"