mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00

For better separate at this stage (and following `pip-tools`), it's now `puffin sync`, and it assumes `--no-deps`.
22 lines
520 B
TOML
22 lines
520 B
TOML
[package]
|
|
name = "puffin-resolver"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
puffin-client = { path = "../puffin-client" }
|
|
puffin-platform = { path = "../puffin-platform" }
|
|
puffin-package = { path = "../puffin-package" }
|
|
|
|
pep440_rs = "0.3.12"
|
|
futures = "0.3.28"
|
|
anyhow = "1.0.75"
|
|
tracing = "0.1.37"
|
|
pep508_rs = "0.2.3"
|
|
bitflags = "2.4.0"
|