commit 2c81d2b8877df2be54346ae77b9f19b18a386799
parent 3c5f06c71bb49dce7628adbaf6b7be6c623580c2
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 00:55:36 +0000
nostr_connect: update metadata
Diffstat:
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/crates/nostr_connect/Cargo.toml b/crates/nostr_connect/Cargo.toml
@@ -7,11 +7,11 @@ authors = [
]
rust-version.workspace = true
license.workspace = true
-description = "nip-46 protocol and uri primitives for the radroots sdk"
+description = "NIP-46 connection, message, and URI models"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/radroots_nostr_connect"
-readme.workspace = true
+readme = "README"
[dependencies]
nostr = { workspace = true }
diff --git a/crates/nostr_connect/README b/crates/nostr_connect/README
@@ -0,0 +1,22 @@
+# radroots_nostr_connect
+
+This is the README for `radroots_nostr_connect`, which provides NIP-46
+connection and URI models for the `radroots` core libraries.
+
+## Overview
+
+ * request and response message types for Nostr Connect exchanges;
+ * method, permission, and pending-connection outcome models;
+ * bunker and client URI parsing and formatting helpers;
+ * portable shared models with optional serialization and TypeScript export
+ support.
+
+## Copyright
+
+Except as otherwise noted, all files in the `radroots_nostr_connect`
+distribution are
+
+ Copyright (c) 2020-2026 Tyson Lupul
+
+For information on usage and redistribution, and for a DISCLAIMER OF ALL
+WARRANTIES, see LICENSE included in the `radroots_nostr_connect` distribution.