rust-template/Cargo.toml

15 lines
380 B
TOML
Raw Permalink Normal View History

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