From a9468c6970dc2be7a460816120867a03948c1ecb Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 30 Nov 2024 22:51:49 +0100 Subject: [PATCH] Improve Cargo.toml --- holycow_backend/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/holycow_backend/Cargo.toml b/holycow_backend/Cargo.toml index 28dcefc..a74337b 100644 --- a/holycow_backend/Cargo.toml +++ b/holycow_backend/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "holycow_backend" version = "0.1.0" +authors = ["Stefano Pigozzi "] 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"