summaryrefslogtreecommitdiff
path: root/systems/_constants/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/_constants/Cargo.toml')
-rw-r--r--systems/_constants/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/_constants/Cargo.toml b/systems/_constants/Cargo.toml
index 3978c17..e83a510 100644
--- a/systems/_constants/Cargo.toml
+++ b/systems/_constants/Cargo.toml
@@ -4,5 +4,5 @@ edition = "2024"
version.workspace = true
[dependencies]
-macros = { path = "macros" }
+constants_macros = { path = "macros" }
libc = "0.2"