12 lines
283 B
TOML
12 lines
283 B
TOML
[package]
|
|
name = "yew-tree"
|
|
version = "0.1.0"
|
|
authors = ["aj <andrewjpack@gmail.com>"]
|
|
edition = "2018"
|
|
repository = "https://github.com/Sarsoo/yew-tree"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
yew = "0.17.3"
|