summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorstuebinm2022-01-26 03:20:04 +0100
committerstuebinm2022-01-26 03:20:36 +0100
commite5c5ab0abbc6d3ef1b41563bea1eddf06a9e4839 (patch)
treea9723a4ed0ad6f5f794109b8390153fcae00e219 /Cargo.toml
parent2e44478f4e6aa29c42bf4d416c6e37be99c03114 (diff)
add a config file because why not
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1c58ce..fa1f2de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,5 @@ serde_json = "1.0.78"
colored = "2.0.0"
chrono = "0.4.19"
itertools = "0.10.2"
+dirs = "4.0.0"
+toml = "0.5.8"