11 lines
313 B
TOML
11 lines
313 B
TOML
[package]
|
|
name = "makepad-html"
|
|
version = "1.0.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Makepad html parser"
|
|
license = "MIT OR Apache-2.0"
|
|
metadata.makepad-auto-version = "4Nv_oCgU_OE2jUlIZ6LxVkB7OeQ="
|
|
|
|
[dependencies]
|
|
makepad-live-id = { path = "../live_id", version = "1.0.0" }
|