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