fix(#1045): declare libc workspace dep + add to hive-c0re

This commit is contained in:
damocles 2026-06-01 23:44:34 +02:00
commit e4147e5cec
2 changed files with 2 additions and 0 deletions

View file

@ -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"