diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 04:44:40 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 04:44:40 +0000 |
| commit | 7dda553918705277c7fa5b903c6a40e4b4a0aa8d (patch) | |
| tree | 4f3511cd3fe56928bd2aa9a22f4ddd592f4c6b83 /grasp-audit/Cargo.toml | |
| parent | 2e799fa7ec57d284c643df8b8dc54471470f5c59 (diff) | |
add nip11
Diffstat (limited to 'grasp-audit/Cargo.toml')
| -rw-r--r-- | grasp-audit/Cargo.toml | 4 |
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"] } | |||
| 33 | uuid = { version = "1", features = ["v4"] } | 33 | uuid = { version = "1", features = ["v4"] } |
| 34 | chrono = "0.4" | 34 | chrono = "0.4" |
| 35 | 35 | ||
| 36 | # HTTP Client | ||
| 37 | reqwest = { version = "0.11", features = ["json"] } | ||
| 38 | regex = "1" | ||
| 39 | |||
| 36 | # Logging | 40 | # Logging |
| 37 | tracing = "0.1" | 41 | tracing = "0.1" |
| 38 | tracing-subscriber = { version = "0.3", features = ["env-filter"] } | 42 | tracing-subscriber = { version = "0.3", features = ["env-filter"] } |