From a366309ccf7ece42a661c9f619a7d226c60cf9a2 Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Sun, 18 Aug 2024 20:45:23 +0200 Subject: [PATCH] docs(readme): mention `values.toml` --- README.md | 2 ++ cargo_generate/values.toml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82cf2c4..c971bbf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ cargo generate gibbz00/basic-things CI may expect the presence of both [`CODECOV_TOKEN`](https://docs.codecov.com/docs/adding-the-codecov-token) and [`CARGO_REGISTRY_TOKEN`](https://crates.io/settings/tokens). +(Reference for template values may be found in `./cargo_generate/values.toml`.) + ### Integrated tools * [git-cliff](https://git-cliff.org) - Automated changelog generation by the usage of conventional commits. diff --git a/cargo_generate/values.toml b/cargo_generate/values.toml index 7b9ff9a..718d79f 100644 --- a/cargo_generate/values.toml +++ b/cargo_generate/values.toml @@ -2,10 +2,9 @@ include_code_of_conduct = false include_precommit = false include_security_policy = false +license = "None" repository_path = "owner/name" # optional -license = "MIT" -# optional architecture_url = "XXX" ## codecov