| 1 | [package] |
| 2 | name = "codewhale-paths" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | rust-version.workspace = true |
| 6 | license.workspace = true |
| 7 | repository.workspace = true |
| 8 | description = "User-scoped runtime path authority for Codewhale" |
| 9 | |
| 10 | [dependencies] |
| 11 | dirs.workspace = true |
| 12 |