aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 00:42:03 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 00:42:03 -0400
commit02b3386ed62e5bc7b4ebe0256665b5a7d424b336 (patch)
treec5d7d6cbdfe0a61b1fc460a4a1ae5eddec1c60e2 /Cargo.toml
parent222bc5c66f7a4b80c04e805b72c70d0385784b25 (diff)
downloadfancy-prompt-02b3386ed62e5bc7b4ebe0256665b5a7d424b336.tar.gz
fancy-prompt-02b3386ed62e5bc7b4ebe0256665b5a7d424b336.zip
replace chrono with time
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c258ed3..6206a37 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,13 +15,13 @@ is-it-maintained-open-issues = { repository = "doy/fancy-prompt" }
maintenance = { status = "experimental" }
[dependencies]
-chrono = "0.4"
clap = { version = "4.1", features = ["wrap_help", "cargo"] }
git2 = "0.16"
hostname = "0.3"
regex = "1.7"
term = "0.7"
terminal_size = "0.2.5"
+time = { version = "0.3.20", features = ["local-offset", "formatting"] }
users = "0.11"
walkdir = "2.3"