1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00

Improve crate metadata

This commit is contained in:
Steffo 2022-08-04 10:22:52 +02:00
parent f34c7f152e
commit 15d02c00ba
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,9 +1,13 @@
[package] [package]
name = "patched-porobot" name = "patched-porobot"
version = "0.1.0" version = "0.1.0"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
edition = "2021" edition = "2021"
description = "Legends of Runeterra card database utilities and bots"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html repository = "https://github.com/Steffo99/patched-porobot"
license = "AGPL-3.0-or-later"
keywords = ["game", "deserialization", "legends-of-runeterra", "bot", "search"]
categories = ["games", "parser-implementations"]
[dependencies] [dependencies]
serde = "1.0.140" serde = "1.0.140"