From 49588f22f7d20193f899226107c9e323a82c6951 Mon Sep 17 00:00:00 2001 From: jelemux Date: Thu, 19 Nov 2020 07:37:20 +0100 Subject: added telephone, but causes problems --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0603273..346d7c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ edition = "2018" crate-type = ["cdylib", "rlib"] [dependencies] -yew = "0.17.4" wasm-bindgen = "0.2.68" js-sys = "0.3.45" console_error_panic_hook = "0.1.6" @@ -21,6 +20,10 @@ vcard = "0.4.7" genpdf = { path = "../genpdf-rs" } qrcodegen = "1.6.0" +[dependencies.yew] +version = "0.17.4" +features = ["services"] + [dependencies.chrono] version = "0.4.19" default-features = false -- cgit v1.2.3