summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69ce46c..9969c79 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ readme = "README.md"
[dependencies]
bottomify = "1.2.0"
+color-eyre = "0.6.2"
dotenvy = "0.15.7"
env_logger = "0.10.0"
include_dir = "0.7.3"
@@ -22,5 +23,9 @@ reqwest = { version = "0.11.22", default-features = false, features = [
"json",
] }
serde = "1.0.193"
-tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
+tokio = { version = "1.33.0", features = [
+ "macros",
+ "rt-multi-thread",
+ "signal",
+] }
url = { version = "2.5.0", features = ["serde"] }