iced/examples/cached/Cargo.toml
2022-11-03 02:32:23 +01:00

10 lines
221 B
TOML

[package]
name = "cached"
version = "0.1.0"
authors = ["Nick Senger <dev@nsenger.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
iced_lazy = { path = "../../lazy" }