Skip to content

Commit

Permalink
fix: match specified project name
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Jul 29, 2024
1 parent fdffcc0 commit 92c7d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "vexide-template"
name = "{{project_name}}"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
{% if crate_type == "bin" %}
# These fields configure default behavior for uploads with `cargo v5`.
[package.metadata.v5]
{% if slot != "none" %}slot = {{ slot }}{% endif %}
[package.metadata.v5]{% if slot != "none" %}
slot = {{ slot }}{% endif %}
icon = "{{ icon }}"
compress = true
{% endif %}
Expand Down

0 comments on commit 92c7d45

Please sign in to comment.