diff --git a/Cargo.toml b/Cargo.toml index e24b83c..ede1268 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,6 @@ hitt-request = { path = "hitt-request", version = "0.0.1" } http = { version = "0.2.11" } reqwest = { version = "0.11.23" } tokio = { version = "1.35.1", features = ["fs", "macros", "rt-multi-thread"] } + +[profile.release] +lto = true