upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grasp-audit/Cargo.toml')
-rw-r--r--grasp-audit/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/grasp-audit/Cargo.toml b/grasp-audit/Cargo.toml
index 789a9ca..9e97b16 100644
--- a/grasp-audit/Cargo.toml
+++ b/grasp-audit/Cargo.toml
@@ -18,6 +18,7 @@ nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" }
18tokio = { version = "1", features = ["full"] } 18tokio = { version = "1", features = ["full"] }
19 19
20# Serialization 20# Serialization
21serde = { version = "1", features = ["derive"] }
21serde_json = "1" 22serde_json = "1"
22 23
23# Error handling 24# Error handling