uvx 0.0.0

placeholder for the Astral uvx binary
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bin]]
name = "uvx"
path = "main.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "placeholder for the Astral uvx binary"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "uvx"
readme = "README.md"
repository = "https://github.com/astral-sh/uv"
version = "0.0.0"