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

[dependencies]