diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-09 15:56:51 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-09 15:56:51 -0800 |
commit | eb7afede695259f073025b2db698194910bd2364 (patch) | |
tree | 429b603fa470ec7ad67f03958613484ea1bbe6d3 /adenosine-cli/Cargo.toml | |
parent | 9ca31fd3713ed9bcf1e1eb601c022afcb4fc4d74 (diff) | |
download | adenosine-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.toml | 1 |
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" |