Commit 15f48ce2 authored by lunik1's avatar lunik1
Browse files

Add metadata

parent 5596cd1b
Branches
Tags v0.1.0
No related merge requests found
Showing with 7 additions and 0 deletions
......@@ -4,7 +4,14 @@ version = "0.1.0"
authors = ["lunik1 <lunik1@users.noreply.github.com>"]
edition = "2018"
description = "Pokeapi wrapper"
documentation = "https://docs.rs/pokerust"
homepage = "https://gitlab.com/lunik1/pokerust"
repository = "https://gitlab.com/lunik1/pokerust"
readme = "README.md"
keywords = ["pokemon", "api", "rest", "pokeapi"]
categories = ["api-bindings"]
license = "BSD-3-Clause"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
[dependencies]
minreq = { version = "2", features = ["https", "json-using-serde", "punycode"] }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment