From 153d4c4161fa8fba350dcc51ab14b08635c53e99 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Nov 2021 04:31:50 -0500 Subject: track timing information for commands --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e5cb362..649f174 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "MIT" [dependencies] anyhow = "1.0.45" async-std = { version = "1.10.0", features = ["unstable"] } +chrono = "0.4.19" futures-lite = "1.12.0" libc = "0.2.107" nix = "0.23.0" -- cgit v1.2.3-54-g00ecf