update LICENSE and README and new hashtag filter

This commit is contained in:
2026-01-31 12:44:28 +01:00
parent 7cebc490ca
commit 7b644785ee
12 changed files with 186 additions and 205 deletions

View File

@@ -1,7 +1,13 @@
[package]
name = "easy-nostr"
authors = ["Bytemalte <[bytemalte@gmail.com]>"]
description = "A high-level, developer-friendly Rust library designed to simplify the development of Nostr applications."
version = "0.1.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/Bytemalte/easy-nostr"
keywords = ["nostr", "crypto", "social", "decentralized"]
categories = ["cryptography", "network-programming", "web-programming"]
[dependencies]
nostr-sdk = { version = "0.44.1", features = ["all-nips", "nip44"] }