mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Add standalone CLI crate (#4456)
## Summary This PR moves all the CLI code into its own crate, separate from the `uv` crate. The `uv` crate is iterated on frequently, and the CLI code comprises a significant portion of it but rarely changes. Removing the CLI code reduces the `uv` crate size from 1.4MiB to 1.0MiB.
This commit is contained in:
parent
3251690327
commit
1eee427c94
18 changed files with 976 additions and 754 deletions
2247
crates/uv-cli/src/lib.rs
Normal file
2247
crates/uv-cli/src/lib.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue