pokeapi_types 0.1.2

a collection of structs used to aid in the creation of data from the PokeAPI service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "pokeapi_types"

version = "0.1.2"

edition = "2018"

description = "a collection of structs used to aid in the creation of data from the PokeAPI service"

license = "MIT"

repository = "https://github.com/mastapegs/pokeapi-workspace/"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"



[dev-dependencies]

tokio = { version = "1.12.0", features = ["full"] }

reqwest = { version = "0.11.4", features = ["json"] }