diff options
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 | ||