summaryrefslogtreecommitdiff
path: root/webhogg/wasm/Cargo.toml
blob: 79a96f396d06d97d9d78a54b69683bb4b3689878 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "wasm"
version = "0.1.0"
authors = [
    "natrixaeria",
    "TrueDoctor <dennis@kobert.dev>"
]
edition = "2018"
description = "WebAssembly frontend for the webhogg project"

[dependencies]