uv/crates/puffin-build
konsti 7c1dd71f66
Implement editable installs in dev command (#566)
First step, sufficient to run
```shell
cargo run --bin puffin-dev -- build --editable -w target/editables/ scripts/editable-installs/poetry_editable/
```
and check the wheel to confirm its working. Tests will be added with the
pip-sync integration.
2023-12-12 15:45:55 +01:00
..
src Implement editable installs in dev command (#566) 2023-12-12 15:45:55 +01:00
.gitignore Add basic sdist builder (#104) 2023-10-16 12:43:31 +00:00
Cargo.toml Use async Command for wheel build operations (#601) 2023-12-09 16:20:52 +00:00