rust-template/Cargo.toml

15 lines
334 B
TOML
Raw 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}"
homepage = "${REPO_LINK}"
repository = "${REPO_HTTPS_URL}"
keywords = []
edition = "2021"
license = "AGPLv3-only"
readme = "README.md"
include = ["src/**/*", "config.example.toml", "README.md"]
[dependencies]