diff --git a/crates/uv/README.md b/crates/uv/README.md new file mode 100644 index 000000000..3fb942533 --- /dev/null +++ b/crates/uv/README.md @@ -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.