[package] name = "catsh" version = "0.0.4-dev" description = "A multiplatform, fast, and powerful cat shell" authors = ["Jheyson Saavedra "] edition = "2018" license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rustyline = "7.1.0" colored = "2.0.0" dirs = "3.0.1"