[package] name = "kitty_table" version = "1.1.0" authors = ["Ashli Katt "] edition = "2021" description = """ Very small and barebones library for printing tables of data. """ keywords = ["table", "printing"] readme = "README.md" license = "MIT" repository = "https://codeberg.org/AshliKatt/kitty_table" [dependencies] kitty_table_proc_macro = "=1.0.0" [workspace] members = ["macros"]