Improve Cargo.toml
This commit is contained in:
parent
2ce05d4f36
commit
a9468c6970
1 changed files with 6 additions and 0 deletions
|
@ -1,8 +1,14 @@
|
|||
[package]
|
||||
name = "holycow_backend"
|
||||
version = "0.1.0"
|
||||
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||
edition = "2021"
|
||||
description = "Backend for a Telegram Mini App for match and skill level tracking among players in a group"
|
||||
repository = "https://forge.steffo.eu/unimore/tirocinio-canali-steffo-acrate"
|
||||
license = "EUPL-1.2"
|
||||
keywords = ["mtg", "openskill", "wenglin", "telegram", "telegram-miniapp"]
|
||||
categories = []
|
||||
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.93"
|
||||
|
|
Loading…
Reference in a new issue