Skip to content

Commit

Permalink
feat: remove reading from the manifest (prefix-dev#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Bas Zalmstra <[email protected]>
  • Loading branch information
tdejager and baszalmstra authored Jan 17, 2025
1 parent 377e95d commit 70db8ee
Show file tree
Hide file tree
Showing 15 changed files with 637 additions and 361 deletions.
102 changes: 71 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tokio = "1.37.0"
tracing-subscriber = "0.3.19"
url = "2.5.4"
pyproject-toml = "0.13.4"
dirs = "6.0.0"

jsonrpc-stdio-server = "18.0.0"
jsonrpc-http-server = "18.0.0"
Expand All @@ -43,3 +44,4 @@ pixi_build_types = { git = "https://github.com/prefix-dev/pixi", branch = "main"
pixi_consts = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
pixi_manifest = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
pixi_spec = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
pixi_build_type_conversions = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
2 changes: 2 additions & 0 deletions crates/pixi-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ tokio = { workspace = true, features = ["macros"] }
tracing-subscriber = { workspace = true }
url = { workspace = true }
pyproject-toml = { workspace = true }
dirs = { workspace = true }

pixi_build_types = { workspace = true }
pixi_consts = { workspace = true }
pixi_manifest = { workspace = true }
pixi_spec = { workspace = true }
pixi_build_type_conversions = { workspace = true }

jsonrpc-stdio-server = { workspace = true }
jsonrpc-http-server = { workspace = true }
Expand Down
Loading

0 comments on commit 70db8ee

Please sign in to comment.