From 1172ce0709aa756f72687e82fcb3a45f2055ac8c Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sun, 6 Mar 2022 16:53:14 +0100 Subject: [PATCH] remove old code --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 54ce614..a7ed71d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,3 @@ clap = { version = "3.1.5", features = ["derive"] } tokio = { version = "1.16.1", features = ["full"] } tracing = "0.1.30" tracing-subscriber = { version = "0.3.8", features = ["env-filter"] } - -[profile.release] -lto = "fat" \ No newline at end of file