Skip to content

Commit

Permalink
Rename Cargo.toml to template.toml to not implicitly exclude template…
Browse files Browse the repository at this point in the history
…s/ directory from published package
  • Loading branch information
antoniusnaumann committed Oct 20, 2023
1 parent d57d820 commit 808ea49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/templating.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use askama::Template;

#[derive(Template)]
#[template(path = "Cargo.toml", escape = "none")]
#[template(path = "template.toml", escape = "none")]
pub(crate) struct CargoToml<'a> {
pub(crate) crate_name: &'a str,
pub(crate) namespace: &'a str,
Expand Down
File renamed without changes.

0 comments on commit 808ea49

Please sign in to comment.