Skip to content

Commit

Permalink
Cargo exclude settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Aug 14, 2023
1 parent 1759ce1 commit 656a80e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Expand Up @@ -17,6 +17,11 @@ readme = "README.md"
homepage = "https://github.com/mrsarm/rust-actix-contrib-logger"
repository = "https://github.com/mrsarm/rust-actix-contrib-logger"
categories = ["log", "logging", "logger", "actix-web", "http"]
exclude = [
".github/workflows/",
".gitignore",
".editorconfig",
]

[dependencies]
actix-http = "3.3"
Expand Down

0 comments on commit 656a80e

Please sign in to comment.