rust-template/Cargo.toml

15 lines
380 B
TOML

[package]
name = "${REPO_NAME}"
version = "0.1.0"
authors = ["Manuel <git@huesers.de>"]
description = "${REPO_DESCRIPTION}"
homepage = "https://git.snrd.eu/${REPO_OWNER_LOWER}/${REPO_NAME_LOWER}"
repository = "${REPO_HTTPS_URL}"
keywords = []
edition = "2021"
license = "AGPLv3-only"
readme = "README.md"
include = ["src/**/*", "config.example.toml", "README.md"]
[dependencies]