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 /Cargo.toml | |
| parent | aa40780d6f1710a386dcaa2e73730ba50634eaed (diff) | |
remove unused dependencies from ngit-grasp and grasp-audit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -53,7 +53,6 @@ clap = { version = "4.5", features = ["derive", "env"] } | |||
| 53 | 53 | ||
| 54 | # Error handling | 54 | # Error handling |
| 55 | anyhow = "1.0" | 55 | anyhow = "1.0" |
| 56 | thiserror = "1.0" | ||
| 57 | 56 | ||
| 58 | # Async traits | 57 | # Async traits |
| 59 | async-trait = "0.1" | 58 | async-trait = "0.1" |
| @@ -63,9 +62,7 @@ async-trait = "0.1" | |||
| 63 | 62 | ||
| 64 | [dev-dependencies] | 63 | [dev-dependencies] |
| 65 | # Testing | 64 | # Testing |
| 66 | tokio-test = "0.4" | ||
| 67 | grasp-audit = { path = "grasp-audit" } | 65 | grasp-audit = { path = "grasp-audit" } |
| 68 | url = "2.5" | ||
| 69 | tempfile = "3" | 66 | tempfile = "3" |
| 70 | reqwest = "0.12" | 67 | reqwest = "0.12" |
| 71 | 68 | ||