summaryrefslogtreecommitdiff
path: root/systems/_constants/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-06 02:06:53 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-06 02:06:53 +0800
commit520925836243b9c3e60f199f11374b3eddbe3fae (patch)
tree79856008574ca11dab9c81b577d6633fbbcfad51 /systems/_constants/Cargo.toml
parent152ce138bf7cb21d9579749afa16ee7c41c80518 (diff)
Add constants system with path generation macros
Diffstat (limited to 'systems/_constants/Cargo.toml')
-rw-r--r--systems/_constants/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/systems/_constants/Cargo.toml b/systems/_constants/Cargo.toml
new file mode 100644
index 0000000..c57049c
--- /dev/null
+++ b/systems/_constants/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "constants"
+edition = "2024"
+version.workspace = true
+
+[dependencies]
+macros = { path = "macros" }