16 lines
385 B
TOML
16 lines
385 B
TOML
[package]
|
|
name = "wasm-terminal"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Daniel Kluge <daniel-git@c0ntroller.de>"]
|
|
description = "Console application with commands in WASM for my website"
|
|
license = "GPT-3"
|
|
repository = "https://git.c0ntroller.de/c0ntroller/wasm-terminal"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
console_error_panic_hook = "0.1.7"
|
|
wasm-bindgen = "0.2.89"
|