html terminal
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fdeaa20..4e294f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,4 +24,11 @@ tokio = { version = "1.28.2", features = [
"rt-multi-thread",
"process",
] }
+webhook = "2.1.2"
tokio-stream = "0.1.14"
+futures-util = "0.3.28"
+strip-ansi-escapes = "0.1.1"
+
+[profile.release]
+lto = true
+strip = true