diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 05:18:15 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 05:34:56 +0000 |
| commit | 7a81643367515a9d01eb2d4deb623e9a7c071a12 (patch) | |
| tree | 88d6f2e69ca051d2c94269f4753e2ef807882438 /Cargo.lock | |
| parent | 7dda553918705277c7fa5b903c6a40e4b4a0aa8d (diff) | |
add repository creation
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -684,6 +684,7 @@ dependencies = [ | |||
| 684 | "reqwest", | 684 | "reqwest", |
| 685 | "serde", | 685 | "serde", |
| 686 | "serde_json", | 686 | "serde_json", |
| 687 | "tempfile", | ||
| 687 | "thiserror 1.0.69", | 688 | "thiserror 1.0.69", |
| 688 | "tokio", | 689 | "tokio", |
| 689 | "tokio-test", | 690 | "tokio-test", |
| @@ -1217,6 +1218,7 @@ dependencies = [ | |||
| 1217 | "nostr-sdk 0.44.1", | 1218 | "nostr-sdk 0.44.1", |
| 1218 | "serde", | 1219 | "serde", |
| 1219 | "serde_json", | 1220 | "serde_json", |
| 1221 | "tempfile", | ||
| 1220 | "thiserror 1.0.69", | 1222 | "thiserror 1.0.69", |
| 1221 | "tokio", | 1223 | "tokio", |
| 1222 | "tokio-test", | 1224 | "tokio-test", |