2025-01-27 05:01:43 +01:00
|
|
|
[package]
|
|
|
|
|
name = "gallery"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
2025-02-21 01:28:47 +01:00
|
|
|
edition = "2024"
|
2025-01-27 05:01:43 +01:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
iced.workspace = true
|
2025-04-10 02:49:32 +02:00
|
|
|
iced.features = ["tokio", "sipper", "image", "debug"]
|
2025-01-27 05:01:43 +01:00
|
|
|
|
|
|
|
|
reqwest.version = "0.12"
|
|
|
|
|
reqwest.features = ["json"]
|
|
|
|
|
|
|
|
|
|
serde.version = "1.0"
|
|
|
|
|
serde.features = ["derive"]
|
|
|
|
|
|
|
|
|
|
bytes.workspace = true
|
|
|
|
|
image.workspace = true
|
2025-02-11 03:39:42 +01:00
|
|
|
sipper.workspace = true
|
2025-01-27 05:01:43 +01:00
|
|
|
tokio.workspace = true
|
|
|
|
|
|
2025-02-06 13:54:45 -08:00
|
|
|
blurhash = "0.2.3"
|
|
|
|
|
|
2025-01-27 05:01:43 +01:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|