diff --git a/Cargo.toml b/Cargo.toml index 7730c36..962d5bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,6 @@ time = { version ="0.3.17", features = ["formatting"] } jwalk = "0.6.0" regex = "1.10.2" paris = { version = "1.5.15", features = ["macros"] } + +[profile.release] +strip = "debuginfo"