mirror of
https://github.com/Momoko-Ayase/Senbei.git
synced 2026-09-19 03:57:59 -04:00
20 lines
337 B
TOML
20 lines
337 B
TOML
[package]
|
|
name = "senbei-web"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
description = "WebAssembly browser frontend for senbei"
|
|
license = "AGPL-3.0-only"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
senbei = { path = ".." }
|
|
wasm-bindgen = "0.2"
|
|
console_error_panic_hook = "0.1"
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|