1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "text_table" version = "0.0.4" authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"] license = "MIT" description = """ A library to create formatted plain-text tables from arbitrary data. """ [dependencies] speculate = "0.0.8"