uv/crates/uv-virtualenv
Micha Reiser acbee166c0
Remove unused dependencies (#2543)
## Summary

I tried out `cargo shear` to see if there are any unused dependencies
that `cargo udeps` isn't reporting. It turned out, there are a few. This
PR removes those dependencies.

## Test Plan

`cargo build`
2024-03-19 13:10:10 -04:00
..
src Move architecture and operating system probing to Python (#2381) 2024-03-13 11:51:14 +00:00
Cargo.toml Remove unused dependencies (#2543) 2024-03-19 13:10:10 -04:00
README.md Rename gourgeist to uv-virtualenv (#2118) 2024-03-01 14:02:40 -05:00

uv-virtualenv

uv-virtualenv is a rust library to create Python virtual environments. It also has a CLI.