From 518eb39eb4c63d20a1ff71930e016937666e55e5 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 3 Sep 2024 12:11:29 +0200 Subject: Add metadata on Cargo config --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1e0a7f9..8b0fd76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "cas" version = "0.0.1" edition = "2021" +authors = ["Santo Cariotti ", "Luca Polese "] +documentation = "https://cas-4.github.io/backend/cas/index.html" +homepage = "https://github.com/cas-4/backend" +repository = "https://github.com/cas-4/backend" +description = "A GraphQL API for the Alert CAS project" +readme = "README.md" [dependencies] async-graphql = "7.0.7" -- cgit v1.2.3-18-g5258