Make Clippy happy, use license symlinks.

main
Bauke 5 months ago
parent a8f587f43a
commit 4ba723d5cc
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558

@ -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"

@ -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.

@ -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"

Loading…
Cancel
Save