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>2025-11-21 04:44:40 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-21 04:44:40 +0000
commit7dda553918705277c7fa5b903c6a40e4b4a0aa8d (patch)
tree4f3511cd3fe56928bd2aa9a22f4ddd592f4c6b83 /grasp-audit/Cargo.toml
parent2e799fa7ec57d284c643df8b8dc54471470f5c59 (diff)
add nip11
Diffstat (limited to 'grasp-audit/Cargo.toml')
-rw-r--r--grasp-audit/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/grasp-audit/Cargo.toml b/grasp-audit/Cargo.toml
index 278c855..0bc008a 100644
--- a/grasp-audit/Cargo.toml
+++ b/grasp-audit/Cargo.toml
@@ -33,6 +33,10 @@ clap = { version = "4", features = ["derive"] }
33uuid = { version = "1", features = ["v4"] } 33uuid = { version = "1", features = ["v4"] }
34chrono = "0.4" 34chrono = "0.4"
35 35
36# HTTP Client
37reqwest = { version = "0.11", features = ["json"] }
38regex = "1"
39
36# Logging 40# Logging
37tracing = "0.1" 41tracing = "0.1"
38tracing-subscriber = { version = "0.3", features = ["env-filter"] } 42tracing-subscriber = { version = "0.3", features = ["env-filter"] }