[package] name = "list_display" version = "0.1.1" edition = "2021" authors = ["Vzz1c", "763717310@qq.com"] description = "display list" license = "MIT OR Apache-2.0" keywords = ["table", "list", "csv"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] colored = "2" [dependencies] colored = "2" regex = "1"