diff options
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"] } |