Add a profile suitable for profiling (#1449)

diff --git a/Cargo.toml b/Cargo.toml
index 51a7b54..fa334b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -156,3 +156,8 @@
 quote = "1.0.43"
 serde = { version = "1.0.228", default-features = false }
 serde_json = "1.0.149"
+
+[profile.instrument]
+inherits = "release"
+debug = true
+strip = "none"