Skip to content

Commit 8d14a20

Browse files
committed
cold start
1 parent f5f7677 commit 8d14a20

8 files changed

Lines changed: 1106 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fula-cli/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,6 @@ tempfile = { workspace = true }
8282
rstest = { workspace = true }
8383
tokio-test = "0.4"
8484
reqwest = { workspace = true }
85+
# Used by users_index_publisher A3 tests to mock kubo's
86+
# /api/v0/name/publish HTTP endpoint without spinning up a real IPFS daemon.
87+
wiremock = { workspace = true }

0 commit comments

Comments
 (0)