diff --git a/Cargo.toml b/Cargo.toml index 8beb113..fde18c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,6 @@ tracing = "0.1.40" [build-dependencies] preserves-schema = "4.992.0" syndicate-schema-plugin = "0.2.0" + +[profile.release] +strip = true