]> git.scottworley.com Git - tablify/blob - Cargo.toml
Sort column counts
[tablify] / Cargo.toml
1 [package]
2 name = "tablify"
3 version = "0.1.0"
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]