fix: not enaugh whitespaces
This commit is contained in:
parent
14079c99cd
commit
7f40a7bc77
2 changed files with 9 additions and 11 deletions
|
@ -10,14 +10,14 @@ license = "{{license}}"
|
|||
repository = "git@github.com:{{username}}/{{project-name}}.git"
|
||||
|
||||
[dependencies]
|
||||
{%- if serde -%}
|
||||
{% if serde -%}
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
{%- endif -%}
|
||||
{%- if tracing -%}
|
||||
{% if tracing -%}
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
{%- endif -%}
|
||||
{%- if async -%}
|
||||
{% if async -%}
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
{%- endif -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue