mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54: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]
|
[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"
|
||||||
|
|
Loading…
Reference in a new issue