forked from mirror/Riven
1
0
Fork 0
Riven/Cargo.toml

15 lines
320 B
TOML
Raw Normal View History

2019-10-12 07:48:15 +00:00
[package]
name = "riven"
version = "0.0.1"
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
2019-10-12 07:50:59 +00:00
description = "RiotApi library (wip)"
license = "LGPL-3.0"
2019-10-12 07:48:15 +00:00
edition = "2018"
2019-10-12 07:50:59 +00:00
exclude = [
".gitignore"
]
2019-10-12 07:48:15 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]