generated from phundrak/rust-poem-openapi-template
Lucien Cartier-Tilet
a2ea5a157d
This commit separates the core features of géjdr from the backend as these will also be used by the bot in the future. This commit also updates the dependencies of the project. It also removes the dependency lettre as well as the mailpit docker service for developers as it appears clearer this project won’t send emails anytime soon. The publication of a docker image is also postponed until later.
8 lines
166 B
TOML
8 lines
166 B
TOML
[all]
|
|
out = ["Html", "Lcov"]
|
|
skip-clean = true
|
|
target-dir = "coverage"
|
|
output-dir = "coverage"
|
|
fail-under = 60
|
|
exclude-files = ["target/*"]
|
|
run-types = ["AllTargets"] |