From e4147e5cecaa9ab7921ec16fc1ce79d9c4a8b76d Mon Sep 17 00:00:00 2001 From: damocles Date: Mon, 1 Jun 2026 23:44:34 +0200 Subject: [PATCH] fix(#1045): declare libc workspace dep + add to hive-c0re --- Cargo.toml | 1 + hive-c0re/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cfcfd132..3359a297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ must_use_candidate = "allow" [workspace.dependencies] anyhow = "1" +libc = "0.2" axum = { version = "0.8", features = ["ws"] } base64 = "0.22" bcrypt = "0.19" diff --git a/hive-c0re/Cargo.toml b/hive-c0re/Cargo.toml index 3446e8f2..83d70e24 100644 --- a/hive-c0re/Cargo.toml +++ b/hive-c0re/Cargo.toml @@ -13,6 +13,7 @@ bcrypt.workspace = true reqwest.workspace = true clap.workspace = true hive-sh4re.workspace = true +libc.workspace = true listenfd = "1" rusqlite.workspace = true serde.workspace = true