mirror of https://github.com/astral-sh/uv
10 lines
322 B
TOML
10 lines
322 B
TOML
[alias]
|
|
dev = "run --package uv-dev --features dev"
|
|
|
|
# statically link the C runtime so the executable does not depend on
|
|
# that shared/dynamic library.
|
|
#
|
|
# See: https://github.com/astral-sh/ruff/issues/11503
|
|
[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|