-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCargo.toml
35 lines (28 loc) · 951 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
edition = "2021"
[workspace.dependencies]
async-trait = "0.1.82"
clap = "4.5.11"
chrono = "0.4.38"
miette = "7.2.0"
reqwest = "0.12.5"
reqwest-middleware = "0.3.2"
tokio = "1.37.0"
tempfile = "3.10.1"
clap-verbosity-flag = "2.2.1"
tracing-subscriber = "0.3.18"
serde_yaml = "0.9.33"
parking_lot = "0.12.3"
jsonrpc-stdio-server = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-core = "18.0.0"
rattler-build = { git = "https://github.com/baszalmstra/rattler-build", branch = "refactor/seperate_solve", default-features = false }
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" }