aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-cli/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-09 15:56:51 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-11-09 15:56:51 -0800
commiteb7afede695259f073025b2db698194910bd2364 (patch)
tree429b603fa470ec7ad67f03958613484ea1bbe6d3 /adenosine-cli/Cargo.toml
parent9ca31fd3713ed9bcf1e1eb601c022afcb4fc4d74 (diff)
downloadadenosine-eb7afede695259f073025b2db698194910bd2364.tar.gz
adenosine-eb7afede695259f073025b2db698194910bd2364.zip
cli: created_at timestamps; fix timeline command
Diffstat (limited to 'adenosine-cli/Cargo.toml')
-rw-r--r--adenosine-cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/adenosine-cli/Cargo.toml b/adenosine-cli/Cargo.toml
index 24207fd..55ac268 100644
--- a/adenosine-cli/Cargo.toml
+++ b/adenosine-cli/Cargo.toml
@@ -25,6 +25,7 @@ lazy_static = "*"
dotenv = "*"
data-encoding = "*"
rand = "*"
+time = { version = "*", features = ["formatting"] }
# uncertain about these...
anyhow = "1.0"