Make Clippy happy, use license symlinks.

This commit is contained in:
Bauke 2022-11-07 14:42:08 +01:00
parent a8f587f43a
commit 4ba723d5cc
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
5 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,6 @@ homepage = "https://hooked.holllo.org"
repository = "https://git.bauke.xyz/Holllo/hooked"
readme = "../README.md"
license = "AGPL-3.0-or-later"
license-file = "../LICENSE"
version = "0.1.0"
authors = ["Holllo <helllo@holllo.org>"]
edition = "2021"

1
hooked-cli/LICENSE Symbolic link
View File

@ -0,0 +1 @@
LICENSE

View File

@ -10,6 +10,7 @@ use {
use crate::cli::CliReferenceArgs;
/// The CLI reference template.
const REFERENCE_TEMPLATE: &str = include_str!("../templates/cli-reference.txt");
/// The `cli-reference` subcommand.

View File

@ -6,7 +6,6 @@ homepage = "https://hooked.holllo.org"
repository = "https://git.bauke.xyz/Holllo/hooked"
readme = "../README.md"
license = "AGPL-3.0-or-later"
license-file = "../LICENSE"
version = "0.1.0"
authors = ["Holllo <helllo@holllo.org>"]
edition = "2021"

1
hooked-config/LICENSE Symbolic link
View File

@ -0,0 +1 @@
LICENSE