diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-03 12:11:29 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-03 12:11:29 +0200 |
commit | 518eb39eb4c63d20a1ff71930e016937666e55e5 (patch) | |
tree | c6d4f3ab82e60361af265ac99928963b1173cdcd | |
parent | bbc0658344d40be3e7105d733c8414e452e4a2d7 (diff) |
Add metadata on Cargo config
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |