X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/2c1be76d7a889dd222ab78029d7453308f61e772..ce17f0a9b30a6a1b9eaf1b97ddbfc43355e5355a:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index fd5bcea..00721e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,8 @@ edition = "2021" time = { version = "0.3.34", features = ["macros", "formatting"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" + +[profile.release] +strip = true +lto = true +panic = "abort"