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:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-02-24 12:02:30 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-24 12:02:30 +0000
commit319c1c7e524bfb78a3f686041e5af2ed60ea182d (patch)
tree36d60c1f86353d4ab5c0580d9ce16f021f3c1c1f /grasp-audit/Cargo.toml
parentaa40780d6f1710a386dcaa2e73730ba50634eaed (diff)
remove unused dependencies from ngit-grasp and grasp-audit
Diffstat (limited to 'grasp-audit/Cargo.toml')
-rw-r--r--grasp-audit/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/grasp-audit/Cargo.toml b/grasp-audit/Cargo.toml
index 6c8632e..789a9ca 100644
--- a/grasp-audit/Cargo.toml
+++ b/grasp-audit/Cargo.toml
@@ -16,22 +16,18 @@ nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" }
16 16
17# Async 17# Async
18tokio = { version = "1", features = ["full"] } 18tokio = { version = "1", features = ["full"] }
19futures = "0.3"
20 19
21# Serialization 20# Serialization
22serde = { version = "1", features = ["derive"] }
23serde_json = "1" 21serde_json = "1"
24 22
25# Error handling 23# Error handling
26anyhow = "1" 24anyhow = "1"
27thiserror = "1"
28 25
29# CLI 26# CLI
30clap = { version = "4", features = ["derive"] } 27clap = { version = "4", features = ["derive"] }
31 28
32# Utilities 29# Utilities
33uuid = { version = "1", features = ["v4"] } 30uuid = { version = "1", features = ["v4"] }
34chrono = "0.4"
35 31
36# HTTP Client 32# HTTP Client
37reqwest = { version = "0.11", features = ["json"] } 33reqwest = { version = "0.11", features = ["json"] }
@@ -42,5 +38,4 @@ tracing = "0.1"
42tracing-subscriber = { version = "0.3", features = ["env-filter"] } 38tracing-subscriber = { version = "0.3", features = ["env-filter"] }
43 39
44[dev-dependencies] 40[dev-dependencies]
45tokio-test = "0.4"
46tempfile = "3" 41tempfile = "3"