From e70327c824d145274430f5f315f464d1d3fda53d Mon Sep 17 00:00:00 2001 From: gennyble Date: Mon, 6 Nov 2023 00:11:09 -0600 Subject: popline :) --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..6d6c3fc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "popline" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +# takes ~250K off the binary (tested on MacOS) +[profile.release] +strip = true +codegen-units = 1 +panic = "abort" +lto = true + +[dependencies] -- cgit 1.4.1-3-g733a5