Skip to content

Commit

Permalink
refactor(registry-mock): move to tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Nov 17, 2023
1 parent d761c18 commit 81825f6
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ repository = "https://github.com/anonrig/pacquet"
pacquet-cli = { path = "crates/cli" }
pacquet-fs = { path = "crates/fs" }
pacquet-registry = { path = "crates/registry" }
pacquet-registry-mock = { path = "crates/registry-mock" }
pacquet-tarball = { path = "crates/tarball" }
pacquet-testing-utils = { path = "crates/testing-utils" }
pacquet-package-manifest = { path = "crates/package-manifest" }
Expand All @@ -27,6 +26,9 @@ pacquet-executor = { path = "crates/executor" }
pacquet-diagnostics = { path = "crates/diagnostics" }
pacquet-store-dir = { path = "crates/store-dir" }

# Tasks
pacquet-registry-mock = { path = "tasks/registry-mock" }

# Dependencies
advisory-lock = { version = "0.3.0" }
async-recursion = { version = "1.0.5" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 81825f6

Please sign in to comment.