diff --git a/rust/rust/Cargo.toml.jinja b/rust/rust/Cargo.toml.jinja index fc2fb11..d7db932 100644 --- a/rust/rust/Cargo.toml.jinja +++ b/rust/rust/Cargo.toml.jinja @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/{{github}}/{{project_name}}" -description = "{{description}}" +description = "{{project_description}}" [lib] name = "{{module}}" diff --git a/rustjswasm/rust/Cargo.toml.jinja b/rustjswasm/rust/Cargo.toml.jinja index e834b06..e588830 100644 --- a/rustjswasm/rust/Cargo.toml.jinja +++ b/rustjswasm/rust/Cargo.toml.jinja @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/{{github}}/{{project_name}}" -description = "{{description}}" +description = "{{project_description}}" [lib] name = "{{module}}"