forked from mirror/Riven
Release 2.0.0-rc.2
parent
32e70437ab
commit
c9465eee32
|
@ -1,4 +1,5 @@
|
|||
[package]
|
||||
publish = false
|
||||
name = "riven_example_proxy"
|
||||
version = "0.0.0"
|
||||
authors = [ "Mingwei Samuel <mingwei.samuel@gmail.com>" ]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[package]
|
||||
name = "riven"
|
||||
version = "2.0.0-rc.1"
|
||||
version = "2.0.0-rc.2"
|
||||
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
|
||||
repository = "https://github.com/MingweiSamuel/Riven"
|
||||
description = "Riot Games API Library"
|
||||
readme = "README.md"
|
||||
readme = "../README.md"
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
include = [ "src/**", "/README.md" ]
|
||||
include = [ "src/**", "../README.md" ]
|
||||
keywords = [ "riot-games", "riot", "league", "league-of-legends" ]
|
||||
categories = [ "api-bindings", "web-programming::http-client" ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue