aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-05-03 23:49:41 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-05-03 23:51:02 +0200
commit13cdb0218c4ba9a0b531f41e49964704932d2510 (patch)
treec7ebd0350f390f774c61928dbd418c032dd0a0dc /Cargo.toml
parent4d102e069e4a0b6064a79915d368773338dbbb8e (diff)
downloadmail-13cdb0218c4ba9a0b531f41e49964704932d2510.tar.gz
truncate long strings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a06693e..05c475c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-termion = "1" # terminal control (cursor, style)
-
notmuch = { path = "notmuch" }
+termion = "1"
+unicode-segmentation = "1"
[profile.release]
lto = "thin"