[package] name = "kaelix" version = "0.1.1" edition = "2021" authors = ["Diwakar Gupta "] license = "MIT" description = "A command line text editor written in Rust" readme = "README.md" homepage = "https://github.com/diwakar-Gupta/kaelix" repository = "https://github.com/diwakar-Gupta/kaelix" keywords = ["cli", "text-editor"] categories = ["command-line-utilities"] [profile.release] panic = "abort" [dependencies] regex = "1.7.3" termion = "2.0.1"