summaryrefslogtreecommitdiffstats
path: root/examples/pokedex/Cargo.toml
blob: b96eda91276e157b50c56c1c890e497780f6f54e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pokedex"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced = { path = "../..", features = ["image", "debug"] }
iced_futures = { path = "../../futures", features = ["tokio"] }
reqwest = { version = "0.10", features = ["json"] }
rand = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"