diff options
-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" |