2022-08-05 15:40:55 -07:00
|
|
|
[package]
|
2022-11-03 02:31:04 +01:00
|
|
|
name = "cached"
|
2022-08-05 15:40:55 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Nick Senger <dev@nsenger.com>"]
|
|
|
|
|
edition = "2021"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
iced = { path = "../..", features = ["debug"] }
|
|
|
|
|
iced_lazy = { path = "../../lazy" }
|