summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-10-10 17:22:53 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-10-10 17:22:53 -0400
commit2e6f087a3a7473fe2a91d8448478a45f4a4322cf (patch)
treefa989f2270e2f836992cd8d6888a014e20f6c8a4 /Cargo.toml
parentcc8467ad4549c3be807888e3db6294e4d0c8b2cd (diff)
Minor change to fern init results and added to error file
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 73d1ef7b..bcd13962 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ heim = "0.0.7"
heim-common = "0.0.7"
log = "0.4"
rayon = "1.2"
+regex = "1.3.1"
sysinfo = "0.9.4"
tokio = "0.2.0-alpha.4"
winapi = "0.3.8"