From fd71b959f1bc3fc4666e6c7e037d69f04047fde0 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 9 Feb 2023 11:59:05 +0100 Subject: [PATCH] chore(backend): Add information on crate Signed-off-by: Lucien Cartier-Tilet --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index bd78d15..54856fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "phuncache" version = "0.1.0" edition = "2021" +authors = ["Lucien Cartier-Tilet "] +homepage = "https://labs.phundrak.com/phundrak/phundrak.com" +license = "AGPL-3.0" +publish = false [dependencies] actix-web = "4"