Skip to content

Commit

Permalink
Add files to be excluded from crate to reduce download size
Browse files Browse the repository at this point in the history
  • Loading branch information
krtab committed Jan 5, 2023
1 parent 2f5aeeb commit 2bfc431
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,18 @@ using dns-01 without the need for API access to your DNS provider."""
readme = "README.md"
repository = "https://github.com/krtab/agnos"
license = "MIT"
exclude = [".github","Makefile",".dockerignore","config_example.toml","test-docker"]
exclude = [
".github",
"Makefile",
".dockerignore",
"config_example.toml",
"test-docker",
"aur_package",
"rustfmt.toml",
"resources",
"!resources/Banner-optimized.png",
"!resources/red-iron.png",
]
categories = ["command-line-utilities"]

[dependencies]
Expand Down

0 comments on commit 2bfc431

Please sign in to comment.