thlorenz / rid

Rust integrated Dart framework providing an easy way to build Flutter apps with Rust.
64 stars 4 forks source link

Fixed cargo workspace errors when generating a new project. #47

Closed MGlolenstine closed 2 years ago

MGlolenstine commented 2 years ago

I've noticed that cargo kept throwing errors about the project created from the template not being in the cargo workspace. By excluding it from the workspace, we get rid of those messages and gain the ability to run cargo run (for some reason, it was running cargo run on the parent directory rid-template-flutter for me).

thlorenz commented 2 years ago

Thanks!