summaryrefslogtreecommitdiff
path: root/webhogg/wasm/Cargo.toml
blob: f4042c5c5bb97611999e19ecab2b0ed1e044a329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "webhogg-wasm"
version = "0.1.0"
authors = [
    "natrixaeria",
    "TrueDoctor <dennis@kobert.dev>"
]
edition = "2018"
description = "WebAssembly frontend for the webhogg project"

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

[profile.release]
lto = true

[dependencies]
wasm-bindgen = "0.2"
log = "0.4"
fern = "0.5"