uv/crates/uv-workspace
Charlie Marsh 8a1967d299
Split workspace members onto their own lines in uv init (#12756)
## Summary

See the test cases. Previously, you could end up with something like:

```toml
[tool.uv.workspace]
members = [
    "foo",
    "bar",
    "baz", "bop",
]
```
2025-04-08 19:51:23 +00:00
..
src Split workspace members onto their own lines in uv init (#12756) 2025-04-08 19:51:23 +00:00
Cargo.toml Allow overriding module name for uv build backend (#11884) 2025-03-07 15:20:00 +01:00