mirror of https://github.com/astral-sh/uv
Add a crates.io README for uv (#16809)
This commit is contained in:
parent
f7f159234f
commit
e550f960e8
|
|
@ -0,0 +1,9 @@
|
||||||
|
# uv
|
||||||
|
|
||||||
|
uv is a Python package and project manager.
|
||||||
|
|
||||||
|
See the [documentation](https://docs.astral.sh/uv/) or [repository](https://github.com/astral-sh/uv)
|
||||||
|
for more information.
|
||||||
|
|
||||||
|
This crate is the entry point to the uv command-line interface. The Rust API exposed here is not
|
||||||
|
considered public interface.
|
||||||
Loading…
Reference in New Issue