[package] name = "kale-sh" version = "0.0.1" edition = "2021" description = "🥬 The world's shittiest shell (and vegetable)" license = "MIT" documentation = "https://github.com/BumpyBill/kale" homepage = "https://github.com/BumpyBill/kale" repository = "https://github.com/BumpyBill/kale" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2" cli-table = { version = "0.4.7", default-features = false } chrono = "0.4.19" human_bytes = "0.3.1" pico-args = "0.5.0" anyhow = "1.0.58" dirs = "4.0.0" # why did rust remove env::home_dir ??? # [profile.release] # strip = true # lto = true # codegen-units = 1 # panic = "abort"