Skip to content

Commit

Permalink
Fix Cargo.toml in new project template
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 16, 2022
1 parent 4e533f9 commit 11bf3f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/templates/Cargo.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

{%- if bindings != "bin" -%}
{% if bindings != "bin" -%}
[lib]
name = "{{ crate_name }}"
crate-type = ["cdylib"]
Expand Down

0 comments on commit 11bf3f8

Please sign in to comment.