summaryrefslogtreecommitdiff
path: root/webhogg/wasm/Cargo.toml
blob: 79789281e1c41a009ec2513053ceb0bc30fd8e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"