mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-05 23:34:28 +01:00
chore(common): add README.md
This commit is contained in:
@@ -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
3
pubky-common/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Pubky Common
|
||||
|
||||
Common structs and functions shared between client (`pubky` crate) and server (`pubky-homeserver` crate).
|
||||
Reference in New Issue
Block a user