Skip to content

Commit

Permalink
Exclude files from cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
pohlm01 committed Oct 30, 2023
1 parent 0935852 commit 7e6ac4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ repository = "https://github.com/tweedegolf/image-thumbs"
keywords = ["GCS", "image", "thumbnails"]
license = "MIT OR Apache-2.0"
description = "Simple to use crate to create thumbnails and store them in a object store like Google Cloud Storage"
exclude = [
".github/",
"compose.yml",
"bin/"
]

[[example]]
name = "basic"
Expand Down

0 comments on commit 7e6ac4b

Please sign in to comment.