notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit ddd25e3b2f2333966dba568416b3301062b4cf20
parent c4f728252930890191bc68406188d6f7e49db462
Author: kernelkind <kernelkind@gmail.com>
Date:   Thu,  5 Feb 2026 15:56:16 -0500

feat(enostr): add profiling crate

Signed-off-by: kernelkind <kernelkind@gmail.com>

Diffstat:
MCargo.lock | 1+
Mcrates/enostr/Cargo.toml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -2121,6 +2121,7 @@ dependencies = [ "negentropy 0.5.0", "nostr 0.37.0", "nostrdb", + "profiling", "serde", "serde_derive", "serde_json", diff --git a/crates/enostr/Cargo.toml b/crates/enostr/Cargo.toml @@ -26,3 +26,4 @@ sha2 = { workspace = true } base64 = { workspace = true } negentropy = { workspace = true } uuid = { workspace = true } +profiling = { workspace = true }