| 1 | [package] |
| 2 | name = "tablify" |
| 3 | version = "0.2.1" |
| 4 | edition = "2021" |
| 5 | authors = ["Scott Worley <scottworley@scottworley.com>"] |
| 6 | description = "Summarize a text log as an HTML table" |
| 7 | license = "GPL-3.0" |
| 8 | repository = "https://git.scottworley.com/tablify" |
| 9 | |
| 10 | [dependencies] |