mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
27 lines
655 B
TOML
27 lines
655 B
TOML
[package]
|
|
name = "puffin-resolve"
|
|
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-interpreter = { path = "../puffin-interpreter" }
|
|
puffin-platform = { path = "../puffin-platform" }
|
|
puffin-package = { path = "../puffin-package" }
|
|
|
|
async-std = { version = "1.12.0", features = [
|
|
"attributes",
|
|
"tokio1",
|
|
"unstable",
|
|
] }
|
|
pep440_rs = "0.3.12"
|
|
futures = "0.3.28"
|
|
anyhow = "1.0.75"
|
|
tracing = "0.1.37"
|
|
pep508_rs = "0.2.3"
|