| 1 | [package] |
| 2 | name = "model" |
| 3 | description = "Shared domain types with no I/O." |
| 4 | version.workspace = true |
| 5 | edition.workspace = true |
| 6 | rust-version.workspace = true |
| 7 | license.workspace = true |
| 8 | authors.workspace = true |
| 9 | repository.workspace = true |
| 10 | publish.workspace = true |
| 11 | |
| 12 | [dependencies] |
| 13 | thiserror = { workspace = true } |
| 14 | |
| 15 | [lints] |
| 16 | workspace = true |