zng/zero-ui-wgt-container/Cargo.toml

12 lines
328 B
TOML

[package]
name = "zero-ui-wgt-container"
version = "0.1.0"
authors = ["Samuel Guerra <sam.rodr.g@gmail.com>", "Well <well-r@hotmail.com>"]
edition = "2021"
license = "Apache-2.0"
[dependencies]
zero-ui-wgt = { path = "../zero-ui-wgt" }
zero-ui-app = { path = "../zero-ui-app" }
serde = { version = "1", features = ["derive"] }