zed-industries / create-gpui-app

CRA-style tool for creating new gpui apps
MIT License
130 stars 8 forks source link

Fix cargo not tracking templates #21

Closed swaptr closed 4 weeks ago

swaptr commented 1 month ago

This PR fixes a critical issue with the template packaging as cargo does not track any unused crates with manifest file. This would inadvertently panic when publishing or packaging. Fixes #19