add metadata to Cargo.toml

This commit is contained in:
Taylor C. Richberger 2020-04-21 22:34:50 -06:00
parent 6cb88a566c
commit b727d3b076
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@ name = "axfive-matrix-dicebot"
version = "0.1.0"
authors = ["Taylor C. Richberger <taywee@gmx.com>"]
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