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.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"] }