AdinAck / cargo-embassy

Command line tool for creating Embassy projects.
GNU General Public License v3.0
15 stars 7 forks source link

Add the option to generate a project with the git version of embassy #21

Open KapDecy opened 3 weeks ago

AdinAck commented 2 weeks ago

Hmm, that process is usually bespoke for the application.

How do you propose this feature would look?

KapDecy commented 1 week ago

I suggest adding the “--git” flag, when used, embassy dependencies will be added to Cargo.toml with “git = ‘https://github.com/embassy-rs/embassy.git’” rather than with version