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]
|
[workspace.dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
libc = "0.2"
|
||||||
axum = { version = "0.8", features = ["ws"] }
|
axum = { version = "0.8", features = ["ws"] }
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
bcrypt = "0.19"
|
bcrypt = "0.19"
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ bcrypt.workspace = true
|
||||||
reqwest.workspace = true
|
reqwest.workspace = true
|
||||||
clap.workspace = true
|
clap.workspace = true
|
||||||
hive-sh4re.workspace = true
|
hive-sh4re.workspace = true
|
||||||
|
libc.workspace = true
|
||||||
listenfd = "1"
|
listenfd = "1"
|
||||||
rusqlite.workspace = true
|
rusqlite.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue