From cf2130d90acac86ef5c4a5980c94378e8bc5bccd Mon Sep 17 00:00:00 2001 From: Avril Date: Tue, 4 Aug 2020 01:29:24 +0100 Subject: [PATCH] libc --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index feef075..fd6b105 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,6 +384,7 @@ dependencies = [ "config_struct", "futures", "lazy_static", + "libc", "notify", "once_cell", "recolored", diff --git a/Cargo.toml b/Cargo.toml index a07bb5b..8eb4993 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,7 @@ once_cell = "1.4" lazy_static = "1.4" recolored = "1.9.3" chrono = "0.4" +libc = "0.2" cfg-if = "0.1" [build-dependencies]