aboutsummaryrefslogtreecommitdiff
path: root/just_template/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-29 03:34:41 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-29 03:34:41 +0800
commitba15b7c06468cb6c52c8d2a53419fd83f9ebcb8b (patch)
treecdaa1c71585d10dd73945cefe95f2c25f27924ed /just_template/Cargo.toml
parentff70307869a547b13850d1eec3f72e8ca3bca265 (diff)
refactor: promote project to workspace with macros sub-crate
Diffstat (limited to 'just_template/Cargo.toml')
-rw-r--r--just_template/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/just_template/Cargo.toml b/just_template/Cargo.toml
new file mode 100644
index 0000000..66217b4
--- /dev/null
+++ b/just_template/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "just_template"
+version.workspace = true
+description.workspace = true
+authors.workspace = true
+edition.workspace = true
+
+readme = "README.md"
+license = "MIT OR Apache-2.0"
+repository = "https://github.com/catilgrass/just_template"
+
+[dependencies]
+just_fmt = "0.1.2"