diff --git a/hooked-cli/Cargo.toml b/hooked-cli/Cargo.toml index 22633f4..b652426 100644 --- a/hooked-cli/Cargo.toml +++ b/hooked-cli/Cargo.toml @@ -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 "] edition = "2021" diff --git a/hooked-cli/LICENSE b/hooked-cli/LICENSE new file mode 120000 index 0000000..7a694c9 --- /dev/null +++ b/hooked-cli/LICENSE @@ -0,0 +1 @@ +LICENSE \ No newline at end of file diff --git a/hooked-cli/source/cli/cli_reference.rs b/hooked-cli/source/cli/cli_reference.rs index 7bc5b90..998c1d9 100644 --- a/hooked-cli/source/cli/cli_reference.rs +++ b/hooked-cli/source/cli/cli_reference.rs @@ -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. diff --git a/hooked-config/Cargo.toml b/hooked-config/Cargo.toml index 21305f5..54ffc95 100644 --- a/hooked-config/Cargo.toml +++ b/hooked-config/Cargo.toml @@ -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 "] edition = "2021" diff --git a/hooked-config/LICENSE b/hooked-config/LICENSE new file mode 120000 index 0000000..7a694c9 --- /dev/null +++ b/hooked-config/LICENSE @@ -0,0 +1 @@ +LICENSE \ No newline at end of file