update LICENSE and README and new hashtag filter
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user