commit e2abc88d25d831dc499cbbd19f57a23cf62249fe
parent 62d031cb681459c945f7ef71696a9862a26a0ede
Author: triesap <tyson@radroots.org>
Date: Sat, 21 Mar 2026 17:47:34 +0000
build: fix manifest formatting
- normalize radroots-nostr-signer Cargo.toml with the repo formatter
- align the new crate manifest with treefmt and taplo output
- restore the production flake formatting gate for the signer slice
- keep the change scoped to the single manifest formatting delta
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/crates/nostr-signer/Cargo.toml b/crates/nostr-signer/Cargo.toml
@@ -15,7 +15,10 @@ readme.workspace = true
[dependencies]
nostr = { workspace = true }
-radroots-identity = { workspace = true, default-features = false, features = ["std", "profile"] }
+radroots-identity = { workspace = true, default-features = false, features = [
+ "std",
+ "profile",
+] }
radroots-nostr-connect = { workspace = true }
radroots-runtime = { workspace = true }
serde = { workspace = true, features = ["derive"] }