chore(common): add README.md

This commit is contained in:
nazeh
2025-02-12 01:44:26 +03:00
parent 291125d951
commit a780176fa5
2 changed files with 6 additions and 3 deletions

View File

@@ -2,13 +2,13 @@
name = "pubky-common"
version = "0.1.0"
edition = "2021"
authors = ["Nuh <nuh@nuh.dev>"]
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"

3
pubky-common/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Pubky Common
Common structs and functions shared between client (`pubky` crate) and server (`pubky-homeserver` crate).