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:
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