mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
22 lines
588 B
TOML
22 lines
588 B
TOML
[package]
|
|
name = "puffin-interpreter"
|
|
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]
|
|
pep440_rs = { path = "../pep440-rs" }
|
|
pep508_rs = { path = "../pep508-rs" }
|
|
platform-host = { path = "../platform-host" }
|
|
puffin-package = { path = "../puffin-package" }
|
|
|
|
anyhow = { workspace = true }
|
|
cacache = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|