Cargo.toml 452 B

1234567891011
  1. [package]
  2. name = "lazy-js-bundle"
  3. version = { workspace = true }
  4. edition = "2021"
  5. authors = ["Jonathan Kelley"]
  6. description = "A codegen library to bundle TypeScript into JavaScript without requiring a bundler to be installed"
  7. license = "MIT OR Apache-2.0"
  8. repository = "https://github.com/DioxusLabs/dioxus/"
  9. homepage = "https://dioxuslabs.com"
  10. documentation = "https://docs.rs/dioxus"
  11. keywords = ["ts", "codegen", "typescript", "javascript", "wasm"]