From f0001b45f91e7889c7060e45ac6c740401f7acb3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 6 Feb 2026 03:37:54 +0800 Subject: Add FFI support for constants with C-compatible functions --- systems/_constants/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'systems/_constants/Cargo.toml') diff --git a/systems/_constants/Cargo.toml b/systems/_constants/Cargo.toml index c57049c..3978c17 100644 --- a/systems/_constants/Cargo.toml +++ b/systems/_constants/Cargo.toml @@ -5,3 +5,4 @@ version.workspace = true [dependencies] macros = { path = "macros" } +libc = "0.2" -- cgit