summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjelemux <jeremias.weber@protonmail.com>2020-10-20 01:09:47 +0200
committerjelemux <jeremias.weber@protonmail.com>2020-10-20 01:09:47 +0200
commitf267433455dbc69e771b06dd7c433c90ad978d33 (patch)
tree1ff4a90bec2dd80f7115ce2317d093efad404db4 /Cargo.toml
parent3a0a55362fd98c74bfb14df320bcacafd0c57835 (diff)
downloadwasm-card-f267433455dbc69e771b06dd7c433c90ad978d33.tar.gz
wasm-card-f267433455dbc69e771b06dd7c433c90ad978d33.tar.bz2
made it work
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2727e08..e22fc82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,4 +14,7 @@ yew = "0.17.4" # react-like frontend framework
wasm-bindgen = "0.2.68" # enables interaction with js
chrono = "0.4.19" # date & time
genpdf = { path = "../genpdf-rs" } # pdf generation
-js-sys = "0.3.45" # raw bindings to js global apis \ No newline at end of file
+js-sys = "0.3.45" # raw bindings to js global apis
+printpdf = "0.3.3"
+web-sys = "0.3.45"
+base64 = "0.13.0" \ No newline at end of file