summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e22fc82c9248388a9dd14baee6f7a7d51fe8a499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "bcard-wasm-webapp"
version = "0.1.0"
authors = ["jelemux <jeremias.weber@protonmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
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
printpdf = "0.3.3"
web-sys = "0.3.45"
base64 = "0.13.0"