From a30559c72296680dc3b6de5c878e74e4a7f3712e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 29 Jun 2026 04:08:35 +0800 Subject: chore: add package metadata and symlinks for publishing Centralize package metadata in the workspace `Cargo.toml` and inherit it in sub-crates. Add license symlinks and README symlinks to the workspace root. Set `documentation` URLs for library crates. --- just_template_macros/LICENSE-APACHE | 1 + 1 file changed, 1 insertion(+) create mode 120000 just_template_macros/LICENSE-APACHE (limited to 'just_template_macros/LICENSE-APACHE') diff --git a/just_template_macros/LICENSE-APACHE b/just_template_macros/LICENSE-APACHE new file mode 120000 index 0000000..e2a4dc6 --- /dev/null +++ b/just_template_macros/LICENSE-APACHE @@ -0,0 +1 @@ +D:/just_template/LICENSE-APACHE \ No newline at end of file -- cgit