about summary refs log tree commit diff stats
path: root/build/rust/Cargo.toml
blob: 49a68c7ae14a44eea8a77d17a7bec3b792ab3ab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "%INIT_APPLICATION_NAME"
description = "%INIT_DESCRIPTION"
version = "%INIT_APPLICATION_VERSION"
edition = "2021"
license = "%INIT_SPDX_LICENSE_IDENTIFIER"
homepage = "%INIT_HOME_PAGE"
repository = "%INIT_APPLICATION_SOURCE_CODE_REPOSITORY"
# TODO
# categories = [""]
# keywords = ["", ""]


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