diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-24 12:02:30 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-24 12:02:30 +0000 |
| commit | 319c1c7e524bfb78a3f686041e5af2ed60ea182d (patch) | |
| tree | 36d60c1f86353d4ab5c0580d9ce16f021f3c1c1f /grasp-audit | |
| parent | aa40780d6f1710a386dcaa2e73730ba50634eaed (diff) | |
remove unused dependencies from ngit-grasp and grasp-audit
Diffstat (limited to 'grasp-audit')
| -rw-r--r-- | grasp-audit/Cargo.toml | 5 |
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 |
| 18 | tokio = { version = "1", features = ["full"] } | 18 | tokio = { version = "1", features = ["full"] } |
| 19 | futures = "0.3" | ||
| 20 | 19 | ||
| 21 | # Serialization | 20 | # Serialization |
| 22 | serde = { version = "1", features = ["derive"] } | ||
| 23 | serde_json = "1" | 21 | serde_json = "1" |
| 24 | 22 | ||
| 25 | # Error handling | 23 | # Error handling |
| 26 | anyhow = "1" | 24 | anyhow = "1" |
| 27 | thiserror = "1" | ||
| 28 | 25 | ||
| 29 | # CLI | 26 | # CLI |
| 30 | clap = { version = "4", features = ["derive"] } | 27 | clap = { version = "4", features = ["derive"] } |
| 31 | 28 | ||
| 32 | # Utilities | 29 | # Utilities |
| 33 | uuid = { version = "1", features = ["v4"] } | 30 | uuid = { version = "1", features = ["v4"] } |
| 34 | chrono = "0.4" | ||
| 35 | 31 | ||
| 36 | # HTTP Client | 32 | # HTTP Client |
| 37 | reqwest = { version = "0.11", features = ["json"] } | 33 | reqwest = { version = "0.11", features = ["json"] } |
| @@ -42,5 +38,4 @@ tracing = "0.1" | |||
| 42 | tracing-subscriber = { version = "0.3", features = ["env-filter"] } | 38 | tracing-subscriber = { version = "0.3", features = ["env-filter"] } |
| 43 | 39 | ||
| 44 | [dev-dependencies] | 40 | [dev-dependencies] |
| 45 | tokio-test = "0.4" | ||
| 46 | tempfile = "3" | 41 | tempfile = "3" |