mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Improve crate metadata
This commit is contained in:
parent
f34c7f152e
commit
15d02c00ba
1 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
[package]
|
||||
name = "patched-porobot"
|
||||
version = "0.1.0"
|
||||
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
description = "Legends of Runeterra card database utilities and bots"
|
||||
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]
|
||||
serde = "1.0.140"
|
||||
|
|
Loading…
Reference in a new issue