summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDLFW <daniel@llin.info>2021-06-09 21:06:02 +0200
committerGitHub <noreply@github.com>2021-06-09 15:06:02 -0400
commit00c1c5aa77382e7c3d9c592a281b8da16a66c8c9 (patch)
tree0291a290aa9f640d7ae193c5cd24fc0c3023e69e /Cargo.toml
parent254ad21ab883009f7c241ce2a91942ee0c4fe5cb (diff)
Add a "touch" command (#66)
* touch existing file works * touch can create files * bind key sequence "ft" to command ":touch " * fix: touch can touch new file in empty directory
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 30444f0..39da10f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ alphanumeric-sort = "^1"
chrono = "^0"
colors-transform = "^0"
dirs-next = "^2"
+filetime = "^0"
globset = "^0"
lazy_static = "^1"
libc = "^0"