wasm-terminal/Cargo.toml

15 lines
350 B
TOML
Raw Normal View History

2023-12-22 11:44:46 +01:00
[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]
wasm-bindgen = "0.2.89"