From 304f73dbc26fcceca1837084f3f2c1dd702b0d25 Mon Sep 17 00:00:00 2001 From: nazeh Date: Thu, 13 Feb 2025 20:24:27 +0300 Subject: [PATCH] chore(homeserver): update Cargo.toml --- pubky-homeserver/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pubky-homeserver/Cargo.toml b/pubky-homeserver/Cargo.toml index d776b50..373f80b 100644 --- a/pubky-homeserver/Cargo.toml +++ b/pubky-homeserver/Cargo.toml @@ -2,6 +2,13 @@ name = "pubky-homeserver" version = "0.1.0" edition = "2021" +authors = ["Nuh "] +description = "Pubky core's homeserver." +license = "MIT" +homepage = "https://github.com/pubky/pubky-core" +repository = "https://github.com/pubky/pubky-core" +keywords = ["pkarr", "sovereign", "web", "pkarr", "datastore"] +categories = ["network-programming", "cryptography", "web-programming", "authentication"] [dependencies] anyhow = "1.0.95"