diff --git a/Cargo.toml b/Cargo.toml index dbcd3ee..253e148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,6 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rayon = "1.10" chrono = "0.4" + +[profile.release] +debug = false \ No newline at end of file