pokeapi_types 0.1.4

a collection of structs used to aid in the creation of data from the PokeAPI service
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.reqwest]
features = ["json"]
version = "0.11.4"

[dev-dependencies.tokio]
features = ["full"]
version = "1.12.0"

[package]
description = "a collection of structs used to aid in the creation of data from the PokeAPI service"
edition = "2018"
license = "MIT"
name = "pokeapi_types"
repository = "https://github.com/mastapegs/pokeapi-workspace/"
version = "0.1.4"