mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-14 16:37:14 +00:00
12 lines
452 B
TOML
12 lines
452 B
TOML
|
[package]
|
||
|
name = "lazy-js-bundle"
|
||
|
version = { workspace = true }
|
||
|
edition = "2021"
|
||
|
authors = ["Jonathan Kelley"]
|
||
|
description = "A codegen library to bundle TypeScript into JavaScript without requiring a bundler to be installed"
|
||
|
license = "MIT OR Apache-2.0"
|
||
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
||
|
homepage = "https://dioxuslabs.com"
|
||
|
documentation = "https://docs.rs/dioxus"
|
||
|
keywords = ["ts", "codegen", "typescript", "javascript", "wasm"]
|