From 96c8e1e5ac561e450b78912f65b2415d41fc6a58 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 23 Dec 2018 02:49:04 -0500 Subject: rust 2018 --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c2bb578..5bf53f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "lastfm-query" version = "0.1.0" authors = ["Jesse Luehrs "] +edition = "2018" [dependencies] clap = "2.32" @@ -14,3 +15,9 @@ rusqlite = "0.15" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" + +[profile.dev] +panic = "abort" + +[profile.release] +panic = "abort" -- cgit v1.2.3-54-g00ecf