10 lines
297 B
TOML
10 lines
297 B
TOML
[package]
|
|
name = "fridge"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
iced = { version = "0.14.0", default-features = false, features = [ "tiny-skia", "crisp", "web-colors", "thread-pool", "wayland" ] }
|
|
serde = { version = "1.0.228", features = [ "derive" ] }
|
|
ron = "0.12.2"
|
|
dirs = "6.0.0"
|