upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-02-24 12:02:30 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-24 12:02:30 +0000
commit319c1c7e524bfb78a3f686041e5af2ed60ea182d (patch)
tree36d60c1f86353d4ab5c0580d9ce16f021f3c1c1f /Cargo.toml
parentaa40780d6f1710a386dcaa2e73730ba50634eaed (diff)
remove unused dependencies from ngit-grasp and grasp-audit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9fcada0..e68a73c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,6 @@ clap = { version = "4.5", features = ["derive", "env"] }
53 53
54# Error handling 54# Error handling
55anyhow = "1.0" 55anyhow = "1.0"
56thiserror = "1.0"
57 56
58# Async traits 57# Async traits
59async-trait = "0.1" 58async-trait = "0.1"
@@ -63,9 +62,7 @@ async-trait = "0.1"
63 62
64[dev-dependencies] 63[dev-dependencies]
65# Testing 64# Testing
66tokio-test = "0.4"
67grasp-audit = { path = "grasp-audit" } 65grasp-audit = { path = "grasp-audit" }
68url = "2.5"
69tempfile = "3" 66tempfile = "3"
70reqwest = "0.12" 67reqwest = "0.12"
71 68