Add a crates.io README for uv (#16809)

This commit is contained in:
Zanie Blue 2025-11-21 13:05:26 -06:00 committed by GitHub
parent f7f159234f
commit e550f960e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

9
crates/uv/README.md Normal file
View File

@ -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.