aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-29 04:08:35 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-29 04:11:49 +0800
commita30559c72296680dc3b6de5c878e74e4a7f3712e (patch)
treee19c1d8537534f0370b8419b3d0fd707aa4f50fc /Cargo.lock
parente2c6570d02aed85a16d5596f541ef2a1ff808817 (diff)
chore: add package metadata and symlinks for publishingHEAD0.2.0master
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.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 12 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2560cb5..06e13d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,7 +13,7 @@ name = "just_template"
version = "0.2.0"
dependencies = [
"just_fmt",
- "just_template_macros",
+ "just_template_macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -26,6 +26,17 @@ dependencies = [
]
[[package]]
+name = "just_template_macros"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1471eb68722ecefeb71debdde2859e8725341f171d3f42b3a98a0862ad19416e"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"