mirror of https://github.com/astral-sh/uv
25 lines
688 B
TOML
25 lines
688 B
TOML
[package]
|
|
name = "puffin-traits"
|
|
version = "0.0.1"
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
documentation = { workspace = true }
|
|
repository = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
distribution-types = { path = "../distribution-types" }
|
|
once-map = { path = "../once-map" }
|
|
pep508_rs = { path = "../pep508-rs" }
|
|
puffin-cache = { path = "../puffin-cache" }
|
|
puffin-interpreter = { path = "../puffin-interpreter" }
|
|
puffin-normalize = { path = "../puffin-normalize" }
|
|
|
|
anyhow = { workspace = true }
|
|
tokio = { workspace = true, features = ["sync"] }
|