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