Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Avoid using git submodule for new project template #119

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

frol
Copy link
Contributor

@frol frol commented Nov 24, 2023

cargo publish does not include the new project template as it has Cargo.toml, so we need to rename it to Cargo.toml.template or remove it, and having an external repo without Cargo.toml defeats the purpose. Thus, I merged the code into this repo and we will need to set up CI to test that template.

… template with `Cargo.toml` (cargo publish ignores it) and having an external repo without Cargo.toml defeats the purpose
@frol frol merged commit 8cbb09f into main Nov 24, 2023
@frol frol deleted the chore/merge-new-project-template-to-avoid-submodules branch November 24, 2023 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant