diff --git a/Cargo.toml b/Cargo.toml index c94ace8..49e3b07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,6 @@ quick-xml = "0.37" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] + +[profile.release] +strip = true