From a780176fa5f2d9d5f0b22e93d1847464944194d4 Mon Sep 17 00:00:00 2001 From: nazeh Date: Wed, 12 Feb 2025 01:44:26 +0300 Subject: [PATCH] chore(common): add README.md --- pubky-common/Cargo.toml | 6 +++--- pubky-common/README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 pubky-common/README.md diff --git a/pubky-common/Cargo.toml b/pubky-common/Cargo.toml index df99921..1c0ab0d 100644 --- a/pubky-common/Cargo.toml +++ b/pubky-common/Cargo.toml @@ -2,13 +2,13 @@ name = "pubky-common" version = "0.1.0" edition = "2021" +authors = ["Nuh "] description = "Types and struct in common between Pubky client and homeserver" license = "MIT" +homepage = "https://github.com/pubky/pubky-core" repository = "https://github.com/pubky/pubky-core" -categories = ["web-programming", "authentication", "cryptography"] keywords = ["pkarr", "pubky", "auth", "pubkey"] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +categories = ["web-programming", "authentication", "cryptography"] [dependencies] base32 = "0.5.1" diff --git a/pubky-common/README.md b/pubky-common/README.md new file mode 100644 index 0000000..cce2771 --- /dev/null +++ b/pubky-common/README.md @@ -0,0 +1,3 @@ +# Pubky Common + +Common structs and functions shared between client (`pubky` crate) and server (`pubky-homeserver` crate).