diff options
author | gennyble <gen@nyble.dev> | 2025-03-16 04:44:05 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-16 04:44:05 -0500 |
commit | 26aac34fdf0b76f33b11e00cb2ec4c5f2b757af1 (patch) | |
tree | bd87aaa024ade9ea01e0681d1930658b4075b279 /Cargo.toml | |
parent | a6edce3fa4c6b3c80047a072175eccefa81e7f58 (diff) | |
download | corgi-26aac34fdf0b76f33b11e00cb2ec4c5f2b757af1.tar.gz corgi-26aac34fdf0b76f33b11e00cb2ec4c5f2b757af1.zip |
debugging
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml index f53fcbc..fa58787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" edition = "2024" [profile.release] -strip = true -opt-level = "z" -lto = true -codegen-units = 1 +#strip = true +#opt-level = "z" +#lto = true +#codegen-units = 1 # 1538792 none of the above flags # 829896 the above flags reduced binary size by around 700K :) @@ -15,6 +15,7 @@ codegen-units = 1 [dependencies] http-body-util = "0.1.3" hyper-util = { version = "0.1.10", features = ["tokio"] } +regex-lite = "0.1.6" [dependencies.confindent] version = "2.2.1" @@ -23,7 +24,7 @@ branch = "v2" [dependencies.tokio] version = "1.44.0" -features = ["rt", "rt-multi-thread", "io-std", "net", "process"] +features = ["rt", "rt-multi-thread", "io-std", "io-util", "net", "process"] [dependencies.hyper] version = "1.6.0" |