[package] name = "better-ls" description = "A better ls command" license = "MIT" version = "0.0.2" edition = "2021" authors = ["Vincent Thomas "] [[bin]] name = "bls" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] comfy-table = {version = '6.0.0'} colored = {version = '2.0.0'}