about summary refs log tree commit diff stats
path: root/templates/rust/Cargo.toml
blob: 487c50721fd3bebc5c480e5e11f2b59c737a310a (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "%INIT_APPLICATION_NAME"
description = "%INIT_DESCRIPTION"
version = "%INIT_APPLICATION_VERSION"
edition = "2021"

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

[dependencies]