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).