forked from projectmoon/tenebrous-dicebot
add metadata to Cargo.toml
This commit is contained in:
parent
6cb88a566c
commit
b727d3b076
|
@ -3,6 +3,13 @@ name = "axfive-matrix-dicebot"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Taylor C. Richberger <taywee@gmx.com>"]
|
authors = ["Taylor C. Richberger <taywee@gmx.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
license = 'MIT'
|
||||||
|
license-file = 'LICENSE'
|
||||||
|
description = 'A simple async Matrix dicebot'
|
||||||
|
readme = 'README.md'
|
||||||
|
repository = 'https://gitlab.com/Taywee/axfive-matrix-dicebot'
|
||||||
|
keywords = ["games", "dice", "matrix", "bot"]
|
||||||
|
categories = ["games"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue