From 4f184a439056d2b5dff7aa2fa1b1a73a1cbe9582 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 7 Feb 2026 18:08:42 +0800 Subject: Add asset system with file locking and atomic writes --- systems/_constants/macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/_constants/macros/Cargo.toml') diff --git a/systems/_constants/macros/Cargo.toml b/systems/_constants/macros/Cargo.toml index 04ad4fc..2aec6bc 100644 --- a/systems/_constants/macros/Cargo.toml +++ b/systems/_constants/macros/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "macros" +name = "constants_macros" version = "0.1.0" edition = "2024" -- cgit