Skip to content

Commit

Permalink
refactor code into seperate modules
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 17, 2024
1 parent 9173001 commit 6aff4ed
Show file tree
Hide file tree
Showing 7 changed files with 719 additions and 553 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resolver = "2"
edition = "2021"

[workspace.dependencies]
async-trait = "0.1.82"
clap = "4.5.11"

chrono = "0.4.38"
Expand All @@ -28,7 +29,7 @@ rattler-build = { git = "https://github.com/baszalmstra/rattler-build", branch =
rattler_conda_types = "0.27.5"
rattler_package_streaming = "0.22.6"

pixi_build_types = { path="../pixi-build-branch/crates/pixi_build_types" }
pixi_consts = { path="../pixi-build-branch/crates/pixi_consts" }
pixi_manifest = { path="../pixi-build-branch/crates/pixi_manifest" }
pixi_spec = { path="../pixi-build-branch/crates/pixi_spec" }
pixi_build_types = { path = "../pixi-build-branch/crates/pixi_build_types" }
pixi_consts = { path = "../pixi-build-branch/crates/pixi_consts" }
pixi_manifest = { path = "../pixi-build-branch/crates/pixi_manifest" }
pixi_spec = { path = "../pixi-build-branch/crates/pixi_spec" }
2 changes: 2 additions & 0 deletions crates/pixi-build-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.1.0"
edition.workspace = true

[dependencies]
async-trait = { workspace = true }

pixi_build_types = { workspace = true }
pixi_consts = { workspace = true }
pixi_manifest = { workspace = true }
Expand Down
Loading

0 comments on commit 6aff4ed

Please sign in to comment.