[package]
name = "%INIT_APPLICATION_NAME"
description = "%INIT_DESCRIPTION"
version = "%INIT_APPLICATION_VERSION"
edition = "2021"
license = "%INIT_SPDX_LICENSE_IDENTIFER"
homepage = "%INIT_APPLICATION_HOMEPAGE"
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]