mirror of https://github.com/MingweiSamuel/Riven
Release 2.34.0-beta.0
fix: include `/examples` in publish (included in `2.34.0-beta.0`)pull/64/head
parent
23f301dd1d
commit
f562c6693d
|
@ -1,13 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "riven"
|
name = "riven"
|
||||||
version = "2.33.1"
|
version = "2.34.0-beta.0"
|
||||||
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", "/examples" ]
|
||||||
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