summaryrefslogtreecommitdiffstats
path: root/examples/gallery/Cargo.toml
blob: 6e8aba06451b8b13aca728e11836abf635079d11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "gallery"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["tokio", "image", "web-colors", "debug"]

reqwest.version = "0.12"
reqwest.features = ["json"]

serde.version = "1.0"
serde.features = ["derive"]

bytes.workspace = true
image.workspace = true
sipper.workspace = true
tokio.workspace = true

blurhash = "0.2.3"

[lints]
workspace = true