max / quasi
| 1 | [package] |
| 2 | name = "quasi-router" |
| 3 | version = "0.7.0" |
| 4 | description = "Host-agnostic router: a request in, a renderer-agnostic description out" |
| 5 | edition.workspace = true |
| 6 | rust-version.workspace = true |
| 7 | authors.workspace = true |
| 8 | repository.workspace = true |
| 9 | license.workspace = true |
| 10 | publish = false |
| 11 | |
| 12 | [lints] |
| 13 | workspace = true |
| 14 | |
| 15 | [dependencies] |
| 16 | makeover-layout = "0.25.0" |
| 17 |