summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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 <santo@dcariotti.me>", "Luca Polese <luca.polese@studio.unibo.it>"]
+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"