mirror of
https://github.com/poem-web/poem.git
synced 2026-01-25 04:18:25 +00:00
12 lines
200 B
TOML
12 lines
200 B
TOML
[all]
|
|
workspace = true
|
|
avoid_cfg_tarpaulin = true
|
|
all-features = true
|
|
exclude = []
|
|
exclude-files = [
|
|
"examples/**/*",
|
|
"poem-derive/**/*",
|
|
"poem-openapi-derive/**/*",
|
|
"poem-grpc-build/**/*",
|
|
]
|