11ty-plugin-giallo/giallo-js/Cargo.toml
2026-01-23 21:13:37 +00:00

24 lines
445 B
TOML

[package]
name = "giallo-js"
version = "0.0.1"
edition = "2024"
# The EU Public License follows from Giallo, of which a WASM version is bundled
# with the library.
license = "EUPL-1.2"
description = ""
include = [
"src/**/*.rs",
"Cargo.toml",
"/LICENSE",
"/README.md",
]
[lib]
crate-type = ["cdylib"]
[dependencies]
giallo = { version = "0.2.2", features = ["dump"] }
js-sys = "0.3.85"
wasm-bindgen = "0.2.108"
wit-bindgen = "0.51.0"