| 1 | [package] |
| 2 | name = "ents-verify" |
| 3 | version = "0.0.0" |
| 4 | edition.workspace = true |
| 5 | publish.workspace = true |
| 6 | license.workspace = true |
| 7 | |
| 8 | [dependencies] |
| 9 | ents-gate-rules = { workspace = true } |
| 10 | stateright = { workspace = true } |
| 11 | |
| 12 | [dev-dependencies] |
| 13 | proptest = { workspace = true } |
| 14 | |
| 15 | [lints] |
| 16 | workspace = true |