X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=7a42a02e964a89e494af664479fe6c28b5f4cc0f;hb=cae92e8b151d8459fee7a7eb0b823c25951363f5;hp=b32be572ffb1b81c922ee42df3333ecbacddcd96;hpb=6199433ab8f13e4f78b12e13a683eb33c999114b;p=ldk-sample diff --git a/Cargo.toml b/Cargo.toml index b32be57..7a42a02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,3 +41,9 @@ time = "0.2" rand = "0.4" serde_json = { version = "1.0" } tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] } + +[profile.release] +panic = "abort" + +[profile.dev] +panic = "abort"