Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Jonathan Dallas Jones
pokerust
Commits
15f48ce2
Commit
15f48ce2
authored
5 years ago
by
lunik1
Browse files
Options
Downloads
Patches
Plain Diff
Add metadata
parent
5596cd1b
Branches
Branches containing commit
Tags
v0.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cargo.toml
+7
-0
Cargo.toml
with
7 additions
and
0 deletions
Cargo.toml
+
7
−
0
View file @
15f48ce2
...
...
@@ -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"
]
}
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets