uv/crates/puffin-resolver/Cargo.toml
Charlie Marsh dab70a661a
Change install to sync (with sync semantics) (#24)
For better separate at this stage (and following `pip-tools`), it's now
`puffin sync`, and it assumes `--no-deps`.
2023-10-06 19:42:58 +00:00

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"