Files
github-actions[bot] add376fd92 Bump version to 0.11.10 (#19293)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zanie Blue <contact@zanie.dev>
2026-05-05 12:39:52 -07:00

22 lines
449 B
TOML

[package]
name = "uv-unix"
version = "0.0.43"
description = "Unix-specific functionality for uv"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
[lib]
doctest = false
test = false
[lints]
workspace = true
[target.'cfg(unix)'.dependencies]
nix = { workspace = true }
thiserror = { workspace = true }