2020-11-23 21:32:03 +00:00
|
|
|
[package]
|
|
|
|
name = "{{project_name}}"
|
|
|
|
version = "{{version}}"
|
|
|
|
authors = ["{{author}} <{{author_email}}>"]
|
2022-06-15 03:34:22 +00:00
|
|
|
edition = "{{rust_edition}}"
|
2020-11-23 21:32:03 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|