From 708bb84df79af30ce37dafafd39056f77ffedf50 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Wed, 12 Nov 2025 16:45:57 +0100 Subject: [PATCH] ffi: add build dependency --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index be840b4..2899a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,6 @@ name = "arc_core" path = "src/lib.rs" [dependencies] + +[build-dependencies] +cc = "1.0"