fix(#1045): declare libc workspace dep + add to hive-c0re
This commit is contained in:
parent
07e729ae24
commit
e4147e5cec
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue