Skip to content

Commit

Permalink
Disable unnecessary actix-web features
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Apr 7, 2024
1 parent 60a3f6c commit e48c68a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 168 deletions.
167 changes: 0 additions & 167 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.5"
edition = "2021"

[dependencies]
actix-web = "4.4.1"
actix-web = { version = "4.4.1", default-features = false, features = ["macros"] }
actix-files = "0.6.2"

[profile.release]
Expand Down

0 comments on commit e48c68a

Please sign in to comment.