From fed7cea057e56d93f7aef1f5e21234d7dbaa370d Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 1 Mar 2021 20:36:42 -0800 Subject: [PATCH] Add chrono crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5e9e1aa..6e558e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ crate-type = ["staticlib"] [dependencies] libc = "0.2" getopts = "0.2" +chrono = "0.4" [build-dependencies] bindgen = "0.53.1"