upleb.uk

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

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-24 12:20:42 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-24 12:24:55 +0100
commitab8785ef986b583dbded578c5b90435adfca526f (patch)
treedefed6421891932fe0fc6b70e5b34399b37d7279 /Cargo.lock
parent8d553d29829faaa3978b08811b3e40386b90db50 (diff)
test: refactor `list` and `pull` to abstract code
into lib which makes reading and maintaining tests easier
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aa3f3e0..092c0ea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3065,6 +3065,7 @@ dependencies = [
3065 "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", 3065 "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)",
3066 "simple-websockets", 3066 "simple-websockets",
3067 "strip-ansi-escapes", 3067 "strip-ansi-escapes",
3068 "tokio",
3068 "tungstenite 0.20.1", 3069 "tungstenite 0.20.1",
3069] 3070]
3070 3071