From 520925836243b9c3e60f199f11374b3eddbe3fae Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 6 Feb 2026 02:06:53 +0800 Subject: Add constants system with path generation macros --- systems/_constants/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 systems/_constants/Cargo.toml (limited to 'systems/_constants/Cargo.toml') 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" } -- cgit