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

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

[dependencies]