Files
neocities/beppe_online/Cargo.toml
2024-06-18 22:26:12 +02:00

17 lines
285 B
TOML

[package]
name = "beppe_online"
version = "0.1.0"
edition = "2021"
authors = ["Beppe Vanrolleghem beppe.vanrolleghem@gmail.com"]
description = "Testing out wasm"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
leptos = { version = "0.6.12", features = ["csr"] }