2023-12-22 11:44:46 +01:00
|
|
|
[package]
|
|
|
|
name = "wasm-terminal"
|
2024-01-18 18:04:58 +01:00
|
|
|
version = "0.1.1"
|
2023-12-22 11:44:46 +01:00
|
|
|
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]
|
2024-01-03 12:51:20 +01:00
|
|
|
console_error_panic_hook = "0.1.7"
|
2023-12-22 11:44:46 +01:00
|
|
|
wasm-bindgen = "0.2.89"
|