diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |