diff options
Diffstat (limited to 'ops/Cargo.toml')
-rw-r--r-- | ops/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/Cargo.toml b/ops/Cargo.toml index f4bf082..6789aa2 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -9,6 +9,7 @@ authors = ["Till Höppner <till@hoeppner.ws>"] [dependencies] log = "0.3.5" +chrono = "0.2.19" ilc-base = "~0.2" blist = "0.0.4" bit-set = "0.3.0" |