mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
12 lines
289 B
TOML
12 lines
289 B
TOML
[package]
|
|
name = "yew-dsl"
|
|
version = "0.1.0"
|
|
authors = ["Teymour Aldridge <teymour.aldridge@icloud.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
yew = {path="../yew"}
|