diff --git a/server/Cargo.toml b/server/Cargo.toml index 0207d4e..619f1d9 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -11,3 +11,4 @@ anyhow = "1.0" navka-common = { path = "../common" } tracing = { version = "0.1", features = ["std"] } tracing-subscriber = "0.3" +libc = "0.2"