| 1 | [package] |
| 2 | name = "codewhale-build-support" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | rust-version.workspace = true |
| 6 | license.workspace = true |
| 7 | repository.workspace = true |
| 8 | description = "Shared build-script helpers for embedding Codewhale build metadata" |
| 9 | # This workspace regression compiles neighboring CLI/TUI build-script sources. |
| 10 | exclude = ["tests/build_script_relocation.rs"] |
| 11 | |
| 12 | [lints] |
| 13 | workspace = true |
| 14 | |
| 15 | [dev-dependencies] |
| 16 | tempfile.workspace = true |
| 17 |