aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-16 17:16:26 +0100
committerAkshay <[email protected]>2020-07-16 17:16:26 +0100
commit7d5e46626110a351104ededeaebdcb9723c7e786 (patch)
tree8d8aa411e0d70120ba6d8e8010de0aef3ddaec9a /Cargo.toml
parent10e768b6e6255fda9f6f2a4aaa3c23bb2d829eb1 (diff)
add track commands
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 acb56ca..eeae660 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ lazy_static = "1.4.0"
12erased-serde = "0.3" 12erased-serde = "0.3"
13typetag = "0.1.4" 13typetag = "0.1.4"
14directories = "3.0.1" 14directories = "3.0.1"
15clap = "2.33"
15 16
16[dependencies.cursive] 17[dependencies.cursive]
17version = "0.15" 18version = "0.15"