Skip to content

Commit

Permalink
reduce binary size
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Oct 12, 2024
1 parent 1510fc1 commit 2ed30ec
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 78 deletions.
155 changes: 81 additions & 74 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ axum_garde = { version = "0.20.0", default-features = false, features = ["form"]
basic-toml = "*"
bincode = "2.0.0-rc.3"
cached = { version = "0.53", default-features = false, features = ["proc_macro", "ahash"] }
captcha = { version = "0.0", default-features = false }
captcha = { git = "https://github.com/freedit-dev/captcha.git", default-features = false }
data-encoding = "*"
fast2s = "0.3"
garde = { version = "0.20.0", features = ["derive"] }
Expand All @@ -22,7 +22,7 @@ identicon = { git = "https://github.com/freedit-dev/identicon.git", default-feat
image = { version = "0.25.2", default-features = false, features = ["jpeg", "png", "gif"] }
img-parts = "0.3.0"
indexmap = "2"
jieba-rs = { git = "https://github.com/messense/jieba-rs.git", rev = "b39957e" }
jieba-rs = { git = "https://github.com/messense/jieba-rs.git" }
jiff = { version = "0.1.13", default-features = false, features = ["std"] }
latex2mathml = "0.2.3"
mozjpeg = "0.10.10"
Expand All @@ -46,8 +46,8 @@ thiserror = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.5.1", features = ["timeout"] }
tower-http = { version = "0.6.1", features = ["fs", "compression-zstd", "trace"] }
tracing = { version = "0.1", features = ["release_max_level_info", "max_level_info"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing = { version = "0.1", features = ["release_max_level_info", "max_level_info"], default-features = false }
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "smallvec"], default-features = false }
unicode-segmentation = "1"
webpki-roots = "0.26"
whichlang = "0.1.0"
Expand Down

0 comments on commit 2ed30ec

Please sign in to comment.