mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
27 lines
807 B
TOML
27 lines
807 B
TOML
[package]
|
|
name = "puffin-installer"
|
|
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]
|
|
install-wheel-rs = { path = "../install-wheel-rs", default-features = false }
|
|
puffin-client = { path = "../puffin-client" }
|
|
puffin-interpreter = { path = "../puffin-interpreter" }
|
|
puffin-package = { path = "../puffin-package" }
|
|
wheel-filename = { path = "../wheel-filename" }
|
|
|
|
anyhow = { workspace = true }
|
|
cacache = { workspace = true }
|
|
rayon = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tokio-util = { workspace = true }
|
|
tracing = { workspace = true }
|
|
url = { workspace = true }
|
|
zip = { workspace = true }
|