Make Clippy happy, use license symlinks.
This commit is contained in:
parent
a8f587f43a
commit
4ba723d5cc
|
@ -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"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
LICENSE
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
LICENSE
|
Loading…
Reference in New Issue