summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-23 02:52:01 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-23 02:52:01 -0500
commit6a8c844eb960b9dc0a405ee83f9e0b173c7b8237 (patch)
tree62f34c57a68b3fb33f49428502e4684c470ecf18
parentb041d821bb3ecd06ae067092f7bb8fc88cadc130 (diff)
downloadopen-link-6a8c844eb960b9dc0a405ee83f9e0b173c7b8237.tar.gz
open-link-6a8c844eb960b9dc0a405ee83f9e0b173c7b8237.zip
also select abort on panic
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4094381..01fea60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,9 @@ edition = "2018"
[dependencies]
linkify = "0.3"
open = "1.2"
+
+[profile.dev]
+panic = "abort"
+
+[profile.release]
+panic = "abort"