uv/crates/puffin-installer/Cargo.toml
2023-10-06 19:49:41 +00:00

21 lines
556 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]
puffin-client = { path = "../puffin-client" }
puffin-interpreter = { path = "../puffin-interpreter" }
anyhow = { workspace = true }
async-std = { workspace = true }
install-wheel-rs = { workspace = true }
tempfile = { workspace = true }
tracing = { workspace = true }
url = { workspace = true }