Add chrono crate

This commit is contained in:
Greg Shuflin 2021-03-01 20:36:42 -08:00
parent 98eaa63740
commit fed7cea057
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ crate-type = ["staticlib"]
[dependencies]
libc = "0.2"
getopts = "0.2"
chrono = "0.4"
[build-dependencies]
bindgen = "0.53.1"